aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/init.c
Commit message (Expand)AuthorAge
* ALSA: Fix uninintialized error returnColin Ian King2015-06-29
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-27
* ALSA: info: Register proc entries recursively, tooTakashi Iwai2015-05-18
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-24
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-24
* ALSA: core: Re-add snd_device_disconnect()Takashi Iwai2015-03-03
* ALSA: Add a helper to add a new attribute group to cardTakashi Iwai2015-02-06
* ALSA: Add a helper to initialize deviceTakashi Iwai2015-02-02
* ALSA: doc: More kerneldoc comments on core componentsTakashi Iwai2014-10-30
* ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen2014-06-18
* ALSA: Clean up snd_device_*() codesTakashi Iwai2014-02-25
* ALSA: Use priority list for managing device listTakashi Iwai2014-02-25
* ALSA: core: Fix missing card sysfs contentsTakashi Iwai2014-02-19
* ALSA: core: Use standard printk helpersTakashi Iwai2014-02-14
* ALSA: Use standard device refcount for card accountingTakashi Iwai2014-02-14
* ALSA: Use static groups for id and number card sysfs attr filesTakashi Iwai2014-02-14
* ALSA: Embed card device into struct snd_cardTakashi Iwai2014-02-14
* ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai2014-02-12
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-10
* ALSA: Refactor slot assignment codeTakashi Iwai2014-01-23
* ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter2014-01-23
* ALSA: Limit the fallback card id string sizeTakashi Iwai2013-10-29
* ALSA: Optimize module name checkTakashi Iwai2013-10-29
* ALSA: Add kconfig to specify the max card numbersTakashi Iwai2013-05-24
* ALSA: Fix the default suffix string with high card numberTakashi Iwai2013-05-24
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-12
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-30
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-11
* | ALSA: core - Refactor card id string creation codeTakashi Iwai2012-03-09
|/
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-31
* ALSA: core: remove unused variables.Luca Tettamanti2011-05-26
* ALSA: core - Don't use "default' for defaultTakashi Iwai2011-04-04
* ALSA: Fix yet another race in disconnectionTakashi Iwai2011-03-25
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-25
|\
| * ALSA: core: Allow card id change to the same stringPeter Ujfalusi2010-09-16
* | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-22
|/
* ALSA: Remove struct snd_monitor_file from public sound/core.hTakashi Iwai2009-09-07
* ALSA: Core - clean up snd_card_set_id* calls and remove possible id collisionJaroslav Kysela2009-06-03
* ALSA: Fix double locking of card list in snd_card_register()Mark Brown2009-06-03
* ALSA: Core - add snd_card_set_id() functionJaroslav Kysela2009-06-02
* Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai2009-03-23
|\
| * ALSA: Clean up snd_monitor_file managementTakashi Iwai2009-03-09
* | ALSA: Introduce snd_card_create()Takashi Iwai2009-01-12
|/
* sound: Fix warnings relating to ignored return value in snd_card_registerHannes Eder2008-11-18
* ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela2008-11-12
* ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) filesJaroslav Kysela2008-11-12
* saner FASYNC handling on file closeAl Viro2008-11-01
* device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16