summaryrefslogtreecommitdiff
path: root/sound/core/init.c
AgeCommit message (Expand)Author
2019-05-06Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai
2019-04-16ALSA: core: Fix card races between register and disconnectTakashi Iwai
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2018-02-27ALSA: Use scnprintf() instead of snprintf() for showJaejoong Kim
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27sound: annotate ->poll() instancesAl Viro
2017-10-11ALSA: add snd_card_disconnect_sync()Takashi Iwai
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2016-01-12ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit
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