summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2025-06-09ASoC: soc-core: save ID if param was set in fmt_single_name()Kuninori Morimoto1-4/+8
2025-06-09ASoC: qcom: use drvdata instead of component to keep idSrinivas Kandagatla1-10/+17
2025-06-09ASoC: imx-card: Use helper function for_each_child_of_node_scoped()Ai Chao1-8/+5
2025-06-09ASoC: meson: Use helper function for_each_child_of_node_scoped()Ai Chao2-13/+6
2025-06-09ASoC: renesas: Use helper function for_each_child_of_node_scoped()Ai Chao8-71/+27
2025-06-09ASoC: codecs: wcd939x: Drop unused 'struct wcd939x_priv' fieldsKrzysztof Kozlowski1-2/+0
2025-06-09ASoC: codecs: wcd938x: Drop unused variant fieldKrzysztof Kozlowski1-7/+7
2025-06-09ASoC: codecs: wcd938x: Drop unused 'struct wcd938x_priv' fieldsKrzysztof Kozlowski1-2/+0
2025-06-09ASoC: codecs: wcd937x: Drop unused 'struct wcd937x_priv' fieldsKrzysztof Kozlowski1-2/+0
2025-06-09ASoC: codecs: wcd934x: Drop unused num_rx_port/num_tx_port fieldsKrzysztof Kozlowski1-4/+0
2025-06-09ASoC: codecs: wcd9335: Drop unused sido_input_src fieldKrzysztof Kozlowski1-5/+0
2025-06-09ASoC: fsl: Constify reg_default arrayKrzysztof Kozlowski2-3/+3
2025-06-09ASoC: codecs: Constify regmap configuration static variablesKrzysztof Kozlowski18-21/+21
2025-06-09ASoC: qcom: sm8250: Add Fairphone 5 soundcard compatibleLuca Weiss1-0/+1
2025-06-09ASoC: qcom: sm8250: add DisplayPort Jack supportLuca Weiss1-7/+10
2025-06-09ASoC: qcom: sm8250: set card driver name from match dataLuca Weiss1-5/+4
2025-06-09ASoC: loongson: Fix build warnings about export.hHuacai Chen1-0/+1
2025-06-09ASoC: codecs: ES8326: Modify initialization configurationZhang Yi1-2/+1
2025-06-09ASoC: cs48l32: Fix a signedness bug in cs48l32_hw_params()Harshit Mogalapalli1-0/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar22-24/+25
2025-06-07Merge tag 'sound-fix-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds23-68/+190
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds32-32/+4651
2025-06-05Merge tag 'soundwire-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2025-06-05Merge tag 'asoc-fix-v6.16-merge-window' of https://git.kernel.org/pub/scm/lin...Takashi Iwai18-66/+182
2025-06-03ASoC: Intel: avs: boards: Fix rt5663 front end nameAmadeusz Sławiński1-1/+1
2025-06-03ASoC: Intel: avs: Simplify verification of parse_int_array() resultCezary Rojewski2-4/+4
2025-06-02ASoC: Intel: avs: Set of functional fixesMark Brown7-21/+29
2025-06-02ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1David Heimann1-0/+1
2025-06-02ALSA: hda: Ignore unsol events for cards being shut downCezary Rojewski1-1/+1
2025-06-02ALSA: hda: Add new pci id for AMD GPU display HD audio controllerVijendar Mukunda1-0/+3
2025-06-02ALSA: hda: cs35l41: Constify regmap_irq_chipKrzysztof Kozlowski1-1/+1
2025-06-02ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt 3 dockMario Limonciello1-0/+2
2025-06-02ASoC: ti: omap-hdmi: Re-add dai_link->platform to fix card initYuuki NAGAO1-2/+5
2025-06-02ASoC: pcm: Do not open FEs with no BEs connectedCezary Rojewski1-11/+12
2025-06-02ASoC: rt1320: fix speaker noise when volume bar is 100%Shuming Fan1-1/+16
2025-06-02ASoC: Intel: avs: Include missing string.hCezary Rojewski1-0/+1
2025-06-02ASoC: Intel: avs: Verify content returned by parse_int_array()Cezary Rojewski1-1/+5
2025-06-02ASoC: Intel: avs: Verify kcalloc() status when setting constraintsCezary Rojewski1-0/+2
2025-06-02ASoC: Intel: avs: Fix paths in MODULE_FIRMWARE hintsAmadeusz Sławiński1-10/+10
2025-06-02ASoC: Intel: avs: Fix possible null-ptr-deref when initing hwCezary Rojewski1-4/+1
2025-06-02ASoC: Intel: avs: Fix PPLCxFMT calculationCezary Rojewski1-3/+5
2025-06-02ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IXCezary Rojewski1-1/+3
2025-06-02ASoC: codecs: hda: Fix RPM usage count underflowCezary Rojewski1-2/+2
2025-05-28ASoC: amd: yc: Add support for Lenovo Yoga 7 16ARP8meowmeowbeanz1-0/+7
2025-05-28ASoC: tas571x: fix tas5733 num_controlsBram Vlerick1-1/+1
2025-05-28Merge tag 'sound-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds321-6833/+20124
2025-05-27ASoC: codecs: wcd93xx: Few regulator supplies fixesMark Brown2-24/+8
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-27ASoC: tas571x: add separate tas5733 controlsBram Vlerick2-1/+98
2025-05-27ASoC: codecs: fix out-of-bounds access on invalid clock configQasim Ijaz1-0/+1