aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-04-16ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai1-2/+10
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai1-1/+10
2019-02-06ALSA: info: Minor optimizationTakashi Iwai1-15/+8
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai1-3/+1
2019-02-06ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai1-0/+32
2019-02-05ALSA: info: Always register entries recursivelyTakashi Iwai1-31/+34
2019-01-24ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai1-2/+10
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-6/+0
2017-05-23ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai1-3/+3
2016-11-08ALSA: info: Return error for invalid read/writeTakashi Iwai1-1/+5
2016-11-08ALSA: info: Limit the proc text input sizeTakashi Iwai1-0/+3
2015-05-18ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai1-1/+1
2015-05-18ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai1-13/+12
2015-05-18ALSA: info: Register proc entries recursively, tooTakashi Iwai1-3/+34
2015-05-18ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai1-3/+3
2015-04-24ALSA: core: Clean up OSS proc file managementTakashi Iwai1-1/+2
2015-04-24ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai1-8/+0
2015-04-24ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai1-9/+6
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai1-3/+0
2015-04-24ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai1-38/+14
2015-04-24ALSA: core: Remove child proc file elements recursivelyTakashi Iwai1-66/+13
2015-04-23ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai1-31/+31
2015-04-23ALSA: core: Use seq_file for text proc file readsTakashi Iwai1-321/+248
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