aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/sound.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-13Merge branch 'topic/workq-update' into topic/miscTakashi Iwai1-1/+0
2010-11-24ALSA: support module on-demand loading for seq and timerKay Sievers1-5/+13
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-04-09ALSA: Remove BKL from open multiplexerTakashi Iwai1-35/+38
2010-01-14ALSA: use subsys_initcall for sound core instead of module_initThadeu Lima de Souza Cascardo1-2/+2
2009-01-06Check fops_get() return valueLaurent Pinchart1-0/+4
2008-10-16device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-4/+8
2008-08-01ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICEPawel MOLL1-2/+0
2008-08-01sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE"Jaroslav Kysela1-0/+2
2008-07-29ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICEPawel MOLL1-2/+0
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+14
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-5/+3
2008-07-10ALSA: remove CONFIG_KMOD from soundJohannes Berg1-4/+4
2008-06-20sound: cdev lock_kernel() pushdownJonathan Corbet1-1/+14
2008-05-20SOUND: fix race in device_createGreg Kroah-Hartman1-5/+3
2008-02-14Dont touch fs_struct in driversJan Blunck1-4/+0
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-16[ALSA] sound: snd_register_device_for_dev fixMariusz Kozlowski1-0/+8
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita1-2/+1
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2007-02-09[ALSA] allow registering an alsa device with struct device pointerJohannes Berg1-7/+8
2007-01-29[PATCH] ALSA: Fix sysfs breakageTakashi Iwai1-3/+1
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman1-13/+9
2006-09-23[ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai1-12/+44
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-2/+1
2006-07-12[ALSA] remove unused snd_minor.name fieldClemens Ladisch1-2/+1
2006-06-26[PATCH] devfs: Remove devfs support from the sound subsystemGreg Kroah-Hartman1-24/+0
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-1/+1
2006-06-22[ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai1-6/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+0
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai1-88/+11
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-2/+2
2006-03-22[ALSA] sound/core/: fix 3 off-by-one errorsAdrian Bunk1-2/+2
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-11/+12
2006-01-04[ALSA] Revert the nested-device patchTakashi Iwai1-9/+2
2006-01-03[ALSA] Nest sound devicesClemens Ladisch1-2/+9
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai1-0/+2
2006-01-03[ALSA] Fix a missing includeTakashi Iwai1-0/+1
2006-01-03[ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch1-3/+3
2006-01-03[ALSA] dynamic minors (4/6): dynamic minor number allocationClemens Ladisch1-19/+46
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-6/+40
2006-01-03[ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch1-44/+28
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-7/+31
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai1-22/+0
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai1-16/+16
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-4/+4
2005-11-04[ALSA] clean up device types symbolsClemens Ladisch1-2/+2