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