summaryrefslogtreecommitdiffstats
path: root/sound/core/info.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: info: Use guard() for lockingTakashi Iwai2024-02-281-63/+30
* ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai2023-11-091-8/+13
* ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński2022-08-171-3/+3
* ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai2022-07-131-0/+2
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai2020-07-171-1/+3
* ALSA: info: remove redundant assignment to variable cColin Ian King2020-02-101-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-19/+17
* ALSA: info: More constificationsTakashi Iwai2020-01-051-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai2019-04-161-2/+10
* ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-061-1/+10
* ALSA: info: Minor optimizationTakashi Iwai2019-02-061-15/+8
* ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2019-02-061-3/+1
* ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai2019-02-061-0/+32
* ALSA: info: Always register entries recursivelyTakashi Iwai2019-02-051-31/+34
* ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai2019-01-241-2/+10
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-3/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-6/+0
* ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai2017-05-231-3/+3
* 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