aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/sound.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-171-1/+1
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-11-171-2/+9
* Merge branch 'topic/workq-update' into topic/miscTakashi Iwai2010-12-131-1/+0
|\
| * BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | ALSA: support module on-demand loading for seq and timerKay Sievers2010-11-241-5/+13
|/
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* ALSA: Remove BKL from open multiplexerTakashi Iwai2010-04-091-35/+38
* ALSA: use subsys_initcall for sound core instead of module_initThadeu Lima de Souza Cascardo2010-01-141-2/+2
* Check fops_get() return valueLaurent Pinchart2009-01-061-0/+4
* device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-4/+8
* ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICEPawel MOLL2008-08-011-2/+0
* sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_D...Jaroslav Kysela2008-08-011-0/+2
* ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICEPawel MOLL2008-07-291-2/+0
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-1/+14
|\
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-5/+3
| |\
| * | sound: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-1/+14
* | | ALSA: remove CONFIG_KMOD from soundJohannes Berg2008-07-101-4/+4
| |/ |/|
* | SOUND: fix race in device_createGreg Kroah-Hartman2008-05-201-5/+3
|/
* Dont touch fs_struct in driversJan Blunck2008-02-141-4/+0
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* [ALSA] sound: snd_register_device_for_dev fixMariusz Kozlowski2007-10-161-0/+8
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-2/+1
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [ALSA] allow registering an alsa device with struct device pointerJohannes Berg2007-02-091-7/+8
* [PATCH] ALSA: Fix sysfs breakageTakashi Iwai2007-01-291-3/+1
* Driver core: convert sound core to use struct deviceGreg Kroah-Hartman2006-12-011-13/+9
* [ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai2006-09-231-12/+44
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-2/+1
* [ALSA] remove unused snd_minor.name fieldClemens Ladisch2006-07-121-2/+1
* [PATCH] devfs: Remove devfs support from the sound subsystemGreg Kroah-Hartman2006-06-261-24/+0
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-1/+1
* [ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai2006-06-221-6/+1
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+0
* [ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai2006-06-221-88/+11
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-2/+2
* [ALSA] sound/core/: fix 3 off-by-one errorsAdrian Bunk2006-03-221-2/+2
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-221-11/+12
* [ALSA] Revert the nested-device patchTakashi Iwai2006-01-041-9/+2
* [ALSA] Nest sound devicesClemens Ladisch2006-01-031-2/+9
* [ALSA] Optimize for config without PROC_FSTakashi Iwai2006-01-031-0/+2
* [ALSA] Fix a missing includeTakashi Iwai2006-01-031-0/+1
* [ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch2006-01-031-3/+3
* [ALSA] dynamic minors (4/6): dynamic minor number allocationClemens Ladisch2006-01-031-19/+46
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-031-6/+40
* [ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch2006-01-031-44/+28
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-031-7/+31
* [ALSA] Decentralize PM controlTakashi Iwai2006-01-031-22/+0
* [ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai2006-01-031-16/+16