summaryrefslogtreecommitdiff
path: root/sound/core/init.c
AgeCommit message (Expand)Author
2024-10-03ALSA: core: add isascii() check to card ID generatorJaroslav Kysela
2024-08-09ALSA: control: Rename ctl_files_rwlock to controls_rwlockTakashi Iwai
2024-05-27ALSA: core: Remove debugfs at disconnectionTakashi Iwai
2024-05-22ALSA: core: Enable proc module when CONFIG_MODULES=yTakashi Iwai
2024-05-22ALSA: core: Fix NULL module pointer assignment at card initTakashi Iwai
2024-05-10ALSA: core: Remove superfluous CONFIG_PMTakashi Iwai
2024-05-10ALSA: Fix deadlocks with kctl removals at disconnectionTakashi Iwai
2024-02-28ALSA: core: Use guard() for lockingTakashi Iwai
2023-09-12ALSA: core: Use dev_name of card_dev as debugfs directory namePeter Ujfalusi
2023-08-17ALSA: core: Drop snd_device_initialize()Takashi Iwai
2023-08-17ALSA: core: Introduce snd_device_alloc()Takashi Iwai
2023-06-21sound: make all 'class' structures constIvan Orlov
2023-02-08ALSA: core: Make snd_card_free() return voidUwe Kleine-König
2023-02-08ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König
2023-02-08ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König
2022-09-19ALSA: core: Fix double-free at snd_card_new()Takashi Iwai
2022-08-02ALSA: core: Replace scnprintf() with sysfs_emit()Takashi Iwai
2022-07-13ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai
2022-06-15ALSA: control: Use xarray for faster lookupsTakashi Iwai
2022-04-12ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai
2022-01-19ALSA: core: Simplify snd_power_ref_and_wait() with the standard macroTakashi Iwai
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