aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sound_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-14/+3
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-7/+15
2012-12-17sound: remove reference to feature-removal-schedule.txtTao Ma1-2/+1
2012-05-08sound: allow the unit search until 256 in sound_core.cTakashi Iwai1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-03-09sound: Use sound_register_*() for additional OSS minor devicesTakashi Iwai1-0/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-07-12sound: push BKL into open functionsArnd Bergmann1-5/+1
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 Cascardo1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-08-10sound: make OSS device number claiming optional and schedule its removalTejun Heo1-18/+70
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-15Driver 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/pci-ioremap-bar' into for-linusTakashi Iwai1-1/+1
2008-10-27sound: use a common working email addressAlan Cox1-1/+1
2008-10-16device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-09-09ALSA: fix section mismatch in the sound_coreKrzysztof Helt1-2/+2
2008-08-29sound: make OSS sound core optionalTejun Heo1-19/+60
2008-07-21device create: sound: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-06-20sound: cdev lock_kernel() pushdownJonathan Corbet1-0/+5
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman1-3/+3
2006-10-04[PATCH] The scheduled removal of some OSS driversAdrian Bunk1-34/+0
2006-09-29[PATCH] build sound/sound_firmware.c only for OSSAdrian Bunk1-4/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove devfs support from the sound subsystemGreg Kroah-Hartman1-6/+0
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-11/+11
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-08-30[PATCH] Assign device pointer to OSS devicesTakashi Iwai1-9/+18
2005-06-20[PATCH] class: convert sound/* to use the new class api instead of class_simplegregkh@suse.de1-5/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+583