summaryrefslogtreecommitdiffstats
path: root/sound/core/init.c
AgeCommit message (Expand)AuthorLines
2021-07-31ALSA: core: Fix double calls of snd_card_free() via devresTakashi Iwai-4/+10
2021-07-19ALSA: core: Add managed card creationTakashi Iwai-8/+91
2021-06-09ALSA: core: Fix assignment in if conditionTakashi Iwai-4/+8
2021-05-28ALSA: core: use DEVICE_ATTR_*() macroYueHaibing-11/+8
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai-5/+1
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai-8/+42
2021-03-30ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou-2/+0
2021-02-08ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai-0/+4
2021-02-02ALSA: core: Fix the debugfs removal at snd_card_free()Takashi Iwai-5/+4
2021-02-02ALSA: jack: implement software jack injection via debugfsHui Wang-0/+16
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-2/+2
2020-12-21ALSA: core: Remove redundant commentsYangHui-2/+0
2020-09-03ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart-2/+1
2020-06-25ALSA: core: Warn on empty moduleTakashi Iwai-0/+3
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai-0/+1
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-05-06Merge branch 'for-linus' into for-nextTakashi Iwai-9/+9
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai-2/+21
2019-04-16ALSA: core: Fix card races between register and disconnectTakashi Iwai-9/+9
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai-29/+4
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai-2/+4
2018-05-28sound: Use octal not symbolic permissionsJoe Perches-2/+2
2018-02-27ALSA: Use scnprintf() instead of snprintf() for showJaejoong Kim-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-27sound: annotate ->poll() instancesAl Viro-1/+1
2017-10-11ALSA: add snd_card_disconnect_sync()Takashi Iwai-0/+32
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai-5/+0
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto-1/+0
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-7/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai-7/+1
2016-01-12ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit-0/+3
2015-06-29ALSA: Fix uninintialized error returnColin Ian King-2/+1
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang-4/+4
2015-05-18ALSA: info: Register proc entries recursively, tooTakashi Iwai-12/+6
2015-04-24ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai-9/+7
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai-17/+0
2015-03-03ALSA: core: Re-add snd_device_disconnect()Takashi Iwai-4/+1
2015-02-06ALSA: Add a helper to add a new attribute group to cardTakashi Iwai-6/+25
2015-02-02ALSA: Add a helper to initialize deviceTakashi Iwai-0/+23
2014-10-30ALSA: doc: More kerneldoc comments on core componentsTakashi Iwai-11/+22
2014-06-18ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen-0/+1
2014-02-25ALSA: Clean up snd_device_*() codesTakashi Iwai-4/+1
2014-02-25ALSA: Use priority list for managing device listTakashi Iwai-11/+3
2014-02-19ALSA: core: Fix missing card sysfs contentsTakashi Iwai-5/+5
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai-12/+12
2014-02-14ALSA: Use standard device refcount for card accountingTakashi Iwai-38/+15
2014-02-14ALSA: Use static groups for id and number card sysfs attr filesTakashi Iwai-13/+19
2014-02-14ALSA: Embed card device into struct snd_cardTakashi Iwai-19/+35