summaryrefslogtreecommitdiffstats
path: root/sound/core/info.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: info: Return error for invalid read/writeTakashi Iwai2016-11-081-1/+5
* ALSA: info: Limit the proc text input sizeTakashi Iwai2016-11-081-0/+3
* ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai2015-05-181-1/+1
* ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai2015-05-181-13/+12
* ALSA: info: Register proc entries recursively, tooTakashi Iwai2015-05-181-3/+34
* ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai2015-05-181-3/+3
* ALSA: core: Clean up OSS proc file managementTakashi Iwai2015-04-241-1/+2
* ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai2015-04-241-8/+0
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-9/+6
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-241-3/+0
* ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai2015-04-241-38/+14
* ALSA: core: Remove child proc file elements recursivelyTakashi Iwai2015-04-241-66/+13
* ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai2015-04-231-31/+31
* ALSA: core: Use seq_file for text proc file readsTakashi Iwai2015-04-231-321/+248
* ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch2014-08-221-2/+2
* ALSA: core: Use standard printk helpersTakashi Iwai2014-02-141-3/+8
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-2/+2
* Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-05-031-23/+18
|\
| * ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Takashi Iwai2013-03-131-13/+8
| * ALSA: info: Avoid leaking kernel memoryTakashi Iwai2013-03-131-2/+2
| * ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-8/+8
* | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-14/+5
* | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
* | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+1
* | snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro2013-04-091-8/+14
|/
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* ALSA: remove the main version informationJaroslav Kysela2012-09-041-4/+3
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro2011-07-241-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* ALSA: info - Implement common llseek for binary modeTakashi Iwai2010-04-131-26/+30
* ALSA: info - Check file position validity in common layerTakashi Iwai2010-04-131-3/+11
* Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai2010-04-131-2/+2
|\
| * ALSA: info - Remove BKLTakashi Iwai2010-04-071-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'topic/dummy' into for-linusTakashi Iwai2009-09-101-2/+2
|\
| * ALSA: Add const prefix to proc helper functionsTakashi Iwai2009-09-081-2/+2
* | ALSA: info - Use krealloc()Takashi Iwai2009-07-061-3/+1
|/
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-29/+2
* ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela2008-11-121-0/+17
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-8/+15
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-2/+2
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert soundJosef Sipek2006-12-081-1/+1
* [ALSA] Fix re-use of va_listTakashi Iwai2006-10-221-1/+4
* [ALSA] sound core: Use SEEK_{SET,CUR,END} instead of hardcoded valuesJosef 'Jeff' Sipek2006-09-231-3/+3
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-52/+50