aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-22ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch1-2/+2
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai1-3/+8
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-2/+2
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-23/+18
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-14/+5
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+1
2013-04-09snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro1-8/+14
2013-03-13ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Takashi Iwai1-13/+8
2013-03-13ALSA: info: Avoid leaking kernel memoryTakashi Iwai1-2/+2
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-8/+8
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-04ALSA: remove the main version informationJaroslav Kysela1-4/+3
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-04-13ALSA: info - Implement common llseek for binary modeTakashi Iwai1-26/+30
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai1-3/+11
2010-04-13Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai1-2/+2
2010-04-07ALSA: info - Remove BKLTakashi Iwai1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-10Merge branch 'topic/dummy' into for-linusTakashi Iwai1-2/+2
2009-09-08ALSA: Add const prefix to proc helper functionsTakashi Iwai1-2/+2
2009-07-06ALSA: info - Use krealloc()Takashi Iwai1-3/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-29/+2
2008-11-12ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela1-0/+17
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-8/+15
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert soundJosef Sipek1-1/+1
2006-10-22[ALSA] Fix re-use of va_listTakashi Iwai1-1/+4
2006-09-23[ALSA] sound core: Use SEEK_{SET,CUR,END} instead of hardcoded valuesJosef 'Jeff' Sipek1-3/+3
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-52/+50
2006-06-26[PATCH] devfs: Remove devfs support from the sound subsystemGreg Kroah-Hartman1-1/+0
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-4/+4
2006-06-22[ALSA] fix a wrong lockClemens Ladisch1-1/+1
2006-06-22[ALSA] Insert might_sleep() in snd_iprintf()Takashi Iwai1-0/+1
2006-06-22[ALSA] Make buffer size of proc text interface variableTakashi Iwai1-70/+79
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai1-0/+20
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-13/+14
2006-01-22[ALSA] Remove BKL from sound/core/info.cIngo Molnar1-22/+11
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai1-7/+6
2006-01-03[ALSA] Remove xxx_t typedefs: Proc handlerTakashi Iwai1-55/+55
2005-11-04[ALSA] Remove kmalloc wrappersTakashi Iwai1-2/+0
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai1-4/+4
2005-07-28[ALSA] typo-fix and snd_assert()-expression-splitHenrik Kretzschmar1-2/+3
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques1-1/+2