summaryrefslogtreecommitdiff
path: root/sound/core/init.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: Make snd_card_free() return voidUwe Kleine-König2023-02-081-4/+2
* ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König2023-02-081-7/+5
* ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König2023-02-081-16/+8
* ALSA: core: Fix double-free at snd_card_new()Takashi Iwai2022-09-191-5/+5
* ALSA: core: Replace scnprintf() with sysfs_emit()Takashi Iwai2022-08-021-2/+2
* ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai2022-07-131-0/+10
* ALSA: control: Use xarray for faster lookupsTakashi Iwai2022-06-151-0/+4
* ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai2022-04-121-0/+28
* ALSA: core: Simplify snd_power_ref_and_wait() with the standard macroTakashi Iwai2022-01-191-20/+5
* ALSA: core: Fix double calls of snd_card_free() via devresTakashi Iwai2021-07-311-4/+10
* ALSA: core: Add managed card creationTakashi Iwai2021-07-191-8/+91
* ALSA: core: Fix assignment in if conditionTakashi Iwai2021-06-091-4/+8
* ALSA: core: use DEVICE_ATTR_*() macroYueHaibing2021-05-281-11/+8
* ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai2021-05-251-5/+1
* ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai2021-05-251-8/+42
* ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou2021-03-301-2/+0
* ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai2021-02-081-0/+4
* ALSA: core: Fix the debugfs removal at snd_card_free()Takashi Iwai2021-02-021-5/+4
* ALSA: jack: implement software jack injection via debugfsHui Wang2021-02-021-0/+16
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-2/+2
* ALSA: core: Remove redundant commentsYangHui2020-12-211-2/+0
* ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart2020-09-031-2/+1
* ALSA: core: Warn on empty moduleTakashi Iwai2020-06-251-0/+3
* ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai2020-01-211-0/+1
* ALSA: pcm: Add card sync_irq fieldTakashi Iwai2019-11-201-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-05-061-9/+9
|\
| * ALSA: core: Fix card races between register and disconnectTakashi Iwai2019-04-161-9/+9
* | ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai2019-04-171-2/+21
|/
* ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-061-29/+4
* ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2019-02-061-2/+4
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-2/+2
* ALSA: Use scnprintf() instead of snprintf() for showJaejoong Kim2018-02-271-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* sound: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* ALSA: add snd_card_disconnect_sync()Takashi Iwai2017-10-111-0/+32
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-301-5/+0
* ALSA: control: obsolete user_ctl_lockTakashi Sakamoto2017-08-041-1/+0
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-7/+1
|\
| * ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-7/+1
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit2016-01-121-0/+3
* ALSA: Fix uninintialized error returnColin Ian King2015-06-291-2/+1
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-4/+4
* ALSA: info: Register proc entries recursively, tooTakashi Iwai2015-05-181-12/+6
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-9/+7
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-241-17/+0
* ALSA: core: Re-add snd_device_disconnect()Takashi Iwai2015-03-031-4/+1
* ALSA: Add a helper to add a new attribute group to cardTakashi Iwai2015-02-061-6/+25
* ALSA: Add a helper to initialize deviceTakashi Iwai2015-02-021-0/+23