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