aboutsummaryrefslogtreecommitdiff
path: root/sound/core/info.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 1-3/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-27sound: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsGravatar Takashi Iwai 1-6/+0
2017-05-23ALSA: info: Use kvzalloc() for a temporary write bufferGravatar Takashi Iwai 1-3/+3
2016-11-08ALSA: info: Return error for invalid read/writeGravatar Takashi Iwai 1-1/+5
2016-11-08ALSA: info: Limit the proc text input sizeGravatar Takashi Iwai 1-0/+3
2015-05-18ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Gravatar Takashi Iwai 1-1/+1
2015-05-18ALSA: info: Move list addition to snd_info_create_entry()Gravatar Takashi Iwai 1-13/+12
2015-05-18ALSA: info: Register proc entries recursively, tooGravatar Takashi Iwai 1-3/+34
2015-05-18ALSA: info: Fix leaks of child entries at snd_info_free_entry()Gravatar Takashi Iwai 1-3/+3
2015-04-24ALSA: core: Clean up OSS proc file managementGravatar Takashi Iwai 1-1/+2
2015-04-24ALSA: core: Build conditionally and remove superfluous ifdefsGravatar Takashi Iwai 1-8/+0
2015-04-24ALSA: core: Don't ignore errors at creating proc filesGravatar Takashi Iwai 1-9/+6
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesGravatar Takashi Iwai 1-3/+0
2015-04-24ALSA: core: Manage asound root directory with snd_info_entryGravatar Takashi Iwai 1-38/+14
2015-04-24ALSA: core: Remove child proc file elements recursivelyGravatar Takashi Iwai 1-66/+13
2015-04-23ALSA: core: Fix possible memory leaks at error path in info.cGravatar Takashi Iwai 1-31/+31
2015-04-23ALSA: core: Use seq_file for text proc file readsGravatar Takashi Iwai 1-321/+248
2014-08-22ALSA: core: fix buffer overflow in snd_info_get_line()Gravatar Clemens Ladisch 1-2/+2
2014-02-14ALSA: core: Use standard printk helpersGravatar Takashi Iwai 1-3/+8
2014-02-10ALSA: Replace with IS_ENABLED()Gravatar Takashi Iwai 1-2/+2
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Gravatar Linus Torvalds 1-23/+18
2013-05-01proc: Supply a function to remove a proc entry by PDEGravatar David Howells 1-14/+5
2013-05-01proc: Supply PDE attribute setting accessor functionsGravatar David Howells 1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-3/+1
2013-04-09snd_info_register: switch to proc_create_data/proc_mkdir_modeGravatar Al Viro 1-8/+14
2013-03-13ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Gravatar Takashi Iwai 1-13/+8
2013-03-13ALSA: info: Avoid leaking kernel memoryGravatar Takashi Iwai 1-2/+2
2013-03-12ALSA: add/change some comments describing function return valuesGravatar Yacine Belkadi 1-8/+8
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-09-04ALSA: remove the main version informationGravatar Jaroslav Kysela 1-4/+3
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 1-0/+1
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeGravatar Al Viro 1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-04-13ALSA: info - Implement common llseek for binary modeGravatar Takashi Iwai 1-26/+30
2010-04-13ALSA: info - Check file position validity in common layerGravatar Takashi Iwai 1-3/+11
2010-04-13Merge branch 'topic/bkl' into topic/core-cleanupGravatar Takashi Iwai 1-2/+2
2010-04-07ALSA: info - Remove BKLGravatar Takashi Iwai 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-10Merge branch 'topic/dummy' into for-linusGravatar Takashi Iwai 1-2/+2
2009-09-08ALSA: Add const prefix to proc helper functionsGravatar Takashi Iwai 1-2/+2
2009-07-06ALSA: info - Use krealloc()Gravatar Takashi Iwai 1-3/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-29/+2
2008-11-12ALSA: when card identification is changed, change also /proc/asound symlinkGravatar Jaroslav Kysela 1-0/+17
2008-08-13ALSA: Kill snd_assert() in sound/core/*Gravatar Takashi Iwai 1-8/+15
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesGravatar Andrea Righi 1-0/+1
2008-04-29proc: remove proc_root from driversGravatar Alexey Dobriyan 1-2/+2
2008-01-31[ALSA] Remove sound/driver.hGravatar Takashi Iwai 1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czGravatar Jaroslav Kysela 1-1/+1