aboutsummaryrefslogtreecommitdiff
path: root/sound/sound_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-28sound: core: Remove redundant variable and return the last statementGravatar Meng Tang 1-12/+12
2022-02-28sound: core: remove initialise static variables to 0Gravatar Meng Tang 1-5/+1
2019-08-08sound: fix a memory leak bugGravatar Wenwen Wang 1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 1-3/+3
2018-01-11sound: Remove leftover msnd init declarationsGravatar Takashi Iwai 1-7/+0
2018-01-11sound: Remove unused register_sound_midi() and coGravatar Takashi Iwai 1-35/+0
2015-11-07sound: fix check for error condition of register_chrdev()Gravatar Alexey Khoroshilov 1-1/+1
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesGravatar Al Viro 1-14/+3
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-1/+1
2013-03-12ALSA: add/change some comments describing function return valuesGravatar Yacine Belkadi 1-7/+15
2012-12-17sound: remove reference to feature-removal-schedule.txtGravatar Tao Ma 1-2/+1
2012-05-08sound: allow the unit search until 256 in sound_core.cGravatar Takashi Iwai 1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Gravatar Al Viro 1-1/+1
2011-03-09sound: Use sound_register_*() for additional OSS minor devicesGravatar Takashi Iwai 1-0/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-07-12sound: push BKL into open functionsGravatar Arnd Bergmann 1-5/+1
2010-07-05soundcore_open: Reduce the area BKL coverageGravatar John Kacur 1-5/+8
2010-01-14ALSA: use subsys_initcall for sound core instead of module_initGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsGravatar Kay Sievers 1-2/+2
2009-08-10sound: make OSS device number claiming optional and schedule its removalGravatar Tejun Heo 1-18/+70
2009-08-10sound: request char-major-* module aliases for missing OSS devicesGravatar Tejun Heo 1-0/+12
2009-07-03sound: do not set DEVNAME for OSS devicesGravatar Kay Sievers 1-1/+4
2009-06-15Driver Core: sound: add nodename for sound driversGravatar Kay Sievers 1-0/+7
2008-12-15ALSA: Fix declaration of sound_classGravatar Mark Brown 1-0/+1
2008-11-21sound/sound_core: Fix sparse warningsGravatar Hannes Eder 1-3/+3
2008-10-27Merge branches 'topic/fix/asoc', 'topic/fix/hda', 'topic/fix/misc' and 'topic...Gravatar Takashi Iwai 1-1/+1
2008-10-27sound: use a common working email addressGravatar Alan Cox 1-1/+1
2008-10-16device create: sound: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-3/+2
2008-09-09ALSA: fix section mismatch in the sound_coreGravatar Krzysztof Helt 1-2/+2
2008-08-29sound: make OSS sound core optionalGravatar Tejun Heo 1-19/+60
2008-07-21device create: sound: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-2/+3
2008-06-20sound: cdev lock_kernel() pushdownGravatar Jonathan Corbet 1-0/+5
2007-02-12[PATCH] mark struct file_operations const 9Gravatar Arjan van de Ven 1-1/+1
2006-12-01Driver core: convert sound core to use struct deviceGravatar Greg Kroah-Hartman 1-3/+3
2006-10-04[PATCH] The scheduled removal of some OSS driversGravatar Adrian Bunk 1-34/+0
2006-09-29[PATCH] build sound/sound_firmware.c only for OSSGravatar Adrian Bunk 1-4/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs support from the sound subsystemGravatar Greg Kroah-Hartman 1-6/+0
2006-03-28[PATCH] mark f_ops const in the inodeGravatar Arjan van de Ven 1-11/+11
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Gravatar Greg Kroah-Hartman 1-1/+1
2005-08-30[PATCH] Assign device pointer to OSS devicesGravatar Takashi Iwai 1-9/+18
2005-06-20[PATCH] class: convert sound/* to use the new class api instead of class_simpleGravatar gregkh@suse.de 1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+583