summaryrefslogtreecommitdiffstats
path: root/sound/core/init.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit2016-01-121-0/+3
* ALSA: Fix uninintialized error returnColin Ian King2015-06-291-2/+1
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-4/+4
* ALSA: info: Register proc entries recursively, tooTakashi Iwai2015-05-181-12/+6
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-9/+7
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-241-17/+0
* ALSA: core: Re-add snd_device_disconnect()Takashi Iwai2015-03-031-4/+1
* ALSA: Add a helper to add a new attribute group to cardTakashi Iwai2015-02-061-6/+25
* ALSA: Add a helper to initialize deviceTakashi Iwai2015-02-021-0/+23
* ALSA: doc: More kerneldoc comments on core componentsTakashi Iwai2014-10-301-11/+22
* ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen2014-06-181-0/+1
* ALSA: Clean up snd_device_*() codesTakashi Iwai2014-02-251-4/+1
* ALSA: Use priority list for managing device listTakashi Iwai2014-02-251-11/+3
* ALSA: core: Fix missing card sysfs contentsTakashi Iwai2014-02-191-5/+5
* ALSA: core: Use standard printk helpersTakashi Iwai2014-02-141-12/+12
* ALSA: Use standard device refcount for card accountingTakashi Iwai2014-02-141-38/+15
* ALSA: Use static groups for id and number card sysfs attr filesTakashi Iwai2014-02-141-13/+19
* ALSA: Embed card device into struct snd_cardTakashi Iwai2014-02-141-19/+35
* ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai2014-02-121-3/+5
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-4/+4
* ALSA: Refactor slot assignment codeTakashi Iwai2014-01-231-27/+30
* ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter2014-01-231-2/+2
* ALSA: Limit the fallback card id string sizeTakashi Iwai2013-10-291-1/+1
* ALSA: Optimize module name checkTakashi Iwai2013-10-291-1/+1
* ALSA: Add kconfig to specify the max card numbersTakashi Iwai2013-05-241-9/+16
* ALSA: Fix the default suffix string with high card numberTakashi Iwai2013-05-241-17/+13
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-7/+9
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-301-20/+30
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-0/+1
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* | ALSA: core - Refactor card id string creation codeTakashi Iwai2012-03-091-69/+100
|/
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* 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