aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-18ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen1-0/+1
2014-02-25ALSA: Clean up snd_device_*() codesTakashi Iwai1-4/+1
2014-02-25ALSA: Use priority list for managing device listTakashi Iwai1-11/+3
2014-02-19ALSA: core: Fix missing card sysfs contentsTakashi Iwai1-5/+5
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai1-12/+12
2014-02-14ALSA: Use standard device refcount for card accountingTakashi Iwai1-38/+15
2014-02-14ALSA: Use static groups for id and number card sysfs attr filesTakashi Iwai1-13/+19
2014-02-14ALSA: Embed card device into struct snd_cardTakashi Iwai1-19/+35
2014-02-12ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai1-3/+5
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-4/+4
2014-01-23ALSA: Refactor slot assignment codeTakashi Iwai1-27/+30
2014-01-23ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter1-2/+2
2013-10-29ALSA: Limit the fallback card id string sizeTakashi Iwai1-1/+1
2013-10-29ALSA: Optimize module name checkTakashi Iwai1-1/+1
2013-05-24ALSA: Add kconfig to specify the max card numbersTakashi Iwai1-9/+16
2013-05-24ALSA: Fix the default suffix string with high card numberTakashi Iwai1-17/+13
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-7/+9
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-20/+30
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-03-09ALSA: core - Refactor card id string creation codeTakashi Iwai1-69/+100
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-05-26ALSA: core: remove unused variables.Luca Tettamanti1-3/+0
2011-04-04ALSA: core - Don't use "default' for defaultTakashi Iwai1-1/+1
2011-03-25ALSA: Fix yet another race in disconnectionTakashi Iwai1-0/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-2/+7
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-8/+3
2010-09-16ALSA: core: Allow card id change to the same stringPeter Ujfalusi1-2/+7
2009-09-07ALSA: Remove struct snd_monitor_file from public sound/core.hTakashi Iwai1-0/+8
2009-06-04ALSA: Core - clean up snd_card_set_id* calls and remove possible id collisionJaroslav Kysela1-16/+10
2009-06-03ALSA: Fix double locking of card list in snd_card_register()Mark Brown1-12/+19
2009-06-02ALSA: Core - add snd_card_set_id() functionJaroslav Kysela1-23/+39
2009-03-24Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai1-27/+15
2009-03-09ALSA: Clean up snd_monitor_file managementTakashi Iwai1-27/+15
2009-01-12ALSA: Introduce snd_card_create()Takashi Iwai1-16/+31
2008-11-18sound: Fix warnings relating to ignored return value in snd_card_registerHannes Eder1-2/+6
2008-11-12ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela1-0/+1
2008-11-12ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) filesJaroslav Kysela1-1/+65
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+4
2008-10-16device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-1/+2
2008-07-21device create: sound: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-05-28[ALSA] Improve the slots option handlingTakashi Iwai1-27/+40
2008-04-24[ALSA] Clean up snd_card_free*()Takashi Iwai1-17/+9
2008-04-24[ALSA] Fix the race of card instance unregistrationTakashi Iwai1-4/+6
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison1-1/+1
2008-01-31[ALSA] fix compilation warning in GCCMiguel Boton1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] Introduce slots option to snd moduleTakashi Iwai1-0/+36