summaryrefslogtreecommitdiffstats
path: root/sound/core/sound.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-2/+2
* ALSA: core: Clean up OSS proc file managementTakashi Iwai2015-04-241-2/+0
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-8/+4
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-241-10/+0
* ALSA: Consolidate snd_find_free_minor()Takashi Iwai2015-02-171-9/+5
* ALSA: Drop snd_get_device() helperTakashi Iwai2015-02-021-43/+0
* ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-021-41/+24
* ALSA: Allow to pass the device object to snd_register_device*()Takashi Iwai2015-02-021-20/+34
* ALSA: doc: More kerneldoc comments on core componentsTakashi Iwai2014-10-301-2/+7
* ALSA: Create sysfs attribute files via groupsTakashi Iwai2014-02-251-10/+13
* ALSA: core: Use standard printk helpersTakashi Iwai2014-02-141-2/+2
* ALSA: Use standard device refcount for card accountingTakashi Iwai2014-02-141-1/+1
* consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-241-16/+6
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-2/+5
* ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-081-1/+1
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-301-2/+9
* ALSA: remove the main version informationJaroslav Kysela2012-09-041-2/+1
* ALSA: core: add support for compressed devicesOmair Mohammed Abdullah2011-12-231-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* 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