aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/init.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-11-171-20/+30
* ALSA: core: remove unused variables.Luca Tettamanti2011-05-261-3/+0
* ALSA: core - Don't use "default' for defaultTakashi Iwai2011-04-041-1/+1
* ALSA: Fix yet another race in disconnectionTakashi Iwai2011-03-251-0/+4
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-251-2/+7
|\
| * ALSA: core: Allow card id change to the same stringPeter Ujfalusi2010-09-161-2/+7
* | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-8/+3
|/
* ALSA: Remove struct snd_monitor_file from public sound/core.hTakashi Iwai2009-09-071-0/+8
* ALSA: Core - clean up snd_card_set_id* calls and remove possible id collisionJaroslav Kysela2009-06-041-16/+10
* ALSA: Fix double locking of card list in snd_card_register()Mark Brown2009-06-031-12/+19
* ALSA: Core - add snd_card_set_id() functionJaroslav Kysela2009-06-021-23/+39
* Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai2009-03-241-27/+15
|\
| * ALSA: Clean up snd_monitor_file managementTakashi Iwai2009-03-091-27/+15
* | ALSA: Introduce snd_card_create()Takashi Iwai2009-01-121-16/+31
|/
* sound: Fix warnings relating to ignored return value in snd_card_registerHannes Eder2008-11-181-2/+6
* ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela2008-11-121-0/+1
* ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) filesJaroslav Kysela2008-11-121-1/+65
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+4
* device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-1/+2
* device create: sound: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+3
* [ALSA] Improve the slots option handlingTakashi Iwai2008-05-281-27/+40
* [ALSA] Clean up snd_card_free*()Takashi Iwai2008-04-241-17/+9
* [ALSA] Fix the race of card instance unregistrationTakashi Iwai2008-04-241-4/+6
* [ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison2008-04-241-1/+1
* [ALSA] fix compilation warning in GCCMiguel Boton2008-01-311-1/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Introduce slots option to snd moduleTakashi Iwai2008-01-311-0/+36
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-2/+2
* [ALSA] cleanup and error reporting for sound/core/init.cOliver Neukum2007-02-091-8/+14
* [PATCH] ALSA: Fix sysfs breakageTakashi Iwai2007-01-291-7/+11
* Driver core: convert sound core to use struct deviceGreg Kroah-Hartman2006-12-011-0/+8
* [ALSA] Handle file operations during snd_card disconnects using static file->...Karsten Wiese2006-10-061-40/+52
* [ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai2006-09-231-53/+3
* [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-231-15/+54
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-3/+4
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-3/+3
* [ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai2006-06-221-20/+31
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-3/+0
* [ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai2006-06-221-0/+20
* [ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai2006-03-311-8/+1
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+2
* [ALSA] return ENODEV for disconnected devicesClemens Ladisch2006-03-221-0/+42
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-221-1/+1
* [ALSA] Optimize for config without PROC_FSTakashi Iwai2006-01-031-24/+35
* [ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch2006-01-031-7/+11
* [ALSA] Decentralize PM controlTakashi Iwai2006-01-031-203/+2