summaryrefslogtreecommitdiff
path: root/sound/core/init.c
AgeCommit message (Expand)Author
2021-07-31ALSA: core: Fix double calls of snd_card_free() via devresTakashi Iwai
2021-07-19ALSA: core: Add managed card creationTakashi Iwai
2021-06-09ALSA: core: Fix assignment in if conditionTakashi Iwai
2021-05-28ALSA: core: use DEVICE_ATTR_*() macroYueHaibing
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai
2021-03-30ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou
2021-02-08ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai
2021-02-02ALSA: core: Fix the debugfs removal at snd_card_free()Takashi Iwai
2021-02-02ALSA: jack: implement software jack injection via debugfsHui Wang
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-12-21ALSA: core: Remove redundant commentsYangHui
2020-09-03ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart
2020-06-25ALSA: core: Warn on empty moduleTakashi Iwai
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
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