summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-11-07sound: fix check for error condition of register_chrdev()Alexey Khoroshilov1-1/+1
2013-10-25consolidate the reassignments of ->f_op in ->open() instancesAl Viro8-77/+43
2013-07-03drivers: avoid format string in dev_set_nameKees Cook23-26/+25
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi24-126/+221
2012-12-18sound: remove reference to feature-removal-schedule.txtTao Ma2-5/+1
2012-05-08sound: allow the unit search until 256 in sound_core.cTakashi Iwai1-1/+1
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro31-35/+35
2011-03-09sound: Use sound_register_*() for additional OSS minor devicesTakashi Iwai2-36/+23
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann137-137/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann339-73/+538
2010-07-12sound: push BKL into open functionsArnd Bergmann9-35/+95
2010-07-05soundcore_open: Reduce the area BKL coverageJohn Kacur1-5/+8
2010-01-14ALSA: use subsys_initcall for sound core instead of module_initThadeu Lima de Souza Cascardo2-3/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa345-508/+516
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers30-79/+116
2009-08-10sound: make OSS device number claiming optional and schedule its removalTejun Heo3-18/+122
2009-08-10sound: request char-major-* module aliases for missing OSS devicesTejun Heo1-0/+12
2009-07-03sound: do not set DEVNAME for OSS devicesKay Sievers1-1/+4
2009-06-16Driver Core: sound: add nodename for sound driversKay Sievers1-0/+7
2008-12-15ALSA: Fix declaration of sound_classMark Brown1-0/+1
2008-11-21sound/sound_core: Fix sparse warningsHannes Eder1-3/+3
2008-10-27Merge branches 'topic/fix/asoc', 'topic/fix/hda', 'topic/fix/misc' and 'topic...Takashi Iwai1054-20669/+46631
2008-10-27sound: use a common working email addressAlan Cox3-3/+3
2008-10-16device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman4-17/+14
2008-09-09ALSA: fix section mismatch in the sound_coreKrzysztof Helt1-2/+2
2008-08-29sound: make OSS sound core optionalTejun Heo5-19/+71
2008-07-22device create: sound: convert device_create to device_create_drvdataGreg Kroah-Hartman3-10/+14
2008-06-20sound: cdev lock_kernel() pushdownJonathan Corbet2-1/+19
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven32-55/+55
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman6-30/+37
2006-10-04[PATCH] The scheduled removal of some OSS driversAdrian Bunk81-62072/+6
2006-09-29[PATCH] build sound/sound_firmware.c only for OSSAdrian Bunk3-7/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2972-2976/+0
2006-06-26[PATCH] devfs: Remove devfs support from the sound subsystemGreg Kroah-Hartman4-45/+2
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven42-74/+75
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman52-73/+86
2005-08-30[PATCH] Assign device pointer to OSS devicesTakashi Iwai3-11/+25
2005-06-20[PATCH] class: convert sound/* to use the new class api instead of class_simplegregkh@suse.de3-18/+17
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845