summaryrefslogtreecommitdiff
path: root/sound/core/info.c
AgeCommit message (Expand)Author
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-05-23ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai
2016-11-08ALSA: info: Return error for invalid read/writeTakashi Iwai
2016-11-08ALSA: info: Limit the proc text input sizeTakashi Iwai
2015-05-18ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai
2015-05-18ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai
2015-05-18ALSA: info: Register proc entries recursively, tooTakashi Iwai
2015-05-18ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai
2015-04-24ALSA: core: Clean up OSS proc file managementTakashi Iwai
2015-04-24ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai
2015-04-24ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai
2015-04-24ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai
2015-04-24ALSA: core: Remove child proc file elements recursivelyTakashi Iwai
2015-04-23ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai
2015-04-23ALSA: core: Use seq_file for text proc file readsTakashi Iwai
2014-08-22ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro
2013-03-13ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Takashi Iwai
2013-03-13ALSA: info: Avoid leaking kernel memoryTakashi Iwai
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi
2013-02-22new helper: file_inode(file)Al Viro
2012-09-04ALSA: remove the main version informationJaroslav Kysela
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-04-13ALSA: info - Implement common llseek for binary modeTakashi Iwai
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai
2010-04-13Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai
2010-04-07ALSA: info - Remove BKLTakashi Iwai
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-10Merge branch 'topic/dummy' into for-linusTakashi Iwai
2009-09-08ALSA: Add const prefix to proc helper functionsTakashi Iwai
2009-07-06ALSA: info - Use krealloc()Takashi Iwai
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2008-11-12ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-04-29proc: remove proc_root from driversAlexey Dobriyan
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven
2006-12-08[PATCH] struct path: convert soundJosef Sipek
2006-10-22[ALSA] Fix re-use of va_listTakashi Iwai