summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2026-08-09ASoC: tas2562: fix broken entries in the volume lookup tableHaidar Lee1-3/+4
2026-08-09ASoC: tas2562: fix DVC coefficient write orderHaidar Lee1-8/+15
2026-08-09ASoC: max98090: fix missing IS_ERR() before PTR_ERR() on mclk lookupUday Khare1-2/+3
2026-08-09ASoC: max98095: fix missing IS_ERR() before PTR_ERR() on mclk lookupUday Khare1-2/+3
2026-08-03ASoC: mediatek: mt8195: Set ETDM1/2 IN/OUT to COMP_DUMMY()Julien Massot1-2/+2
2026-08-03ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai linkChen-Yu Tsai1-0/+1
2026-08-03ASoC: mediatek: mt8183: Check runtime resume during probeCássio Gabriel1-4/+8
2026-08-03ASoC: mediatek: mt8192: Check runtime resume during probeCássio Gabriel1-4/+8
2026-08-03ASoC: mediatek: mt8192-afe-pcm: Simplify probe() with local dev variableTang Bin1-10/+9
2026-08-03ASoC: mediatek: Use common mtk_afe_pcm_platform with common probe cbAngeloGioacchino Del Regno6-102/+7
2026-08-03ASoC: mediatek: mt8192-afe-pcm: Simplify with dev_err_probe()AngeloGioacchino Del Regno1-43/+22
2026-08-03ASoC: mediatek: mt8192-afe-pcm: Convert to devm_pm_runtime_enable()AngeloGioacchino Del Regno1-29/+17
2026-08-03ASoC: mediatek: mt8195: Remove afe-dai component and rework codec linkAngeloGioacchino Del Regno2-45/+29
2026-08-03ASoC: cs35l56: Use complete_all() to signal init_completionRichard Fitzgerald1-1/+1
2026-08-03ASoC: cs35l56: Fix potential probe() deadlockRichard Fitzgerald3-6/+17
2026-08-03ASoC: cs35l56: Don't use devres to unregister componentRichard Fitzgerald1-3/+5
2026-08-03ASoC: bt-sco: fix duplicate DAPM widget names for wideband DAIShengjiu Wang1-2/+8
2026-08-03ASoC: tas2781: bound firmware description string parsingPengpeng Hou1-6/+57
2026-08-03ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared after lookupUday Khare1-2/+3
2026-08-03ASoC: cs42l43: Correct report for forced microphone jackCharles Keepax1-1/+2
2026-08-03ASoC: amd: ps: fix wrong ACP version string in pci_request_regions()Vijendar Mukunda1-1/+1
2026-08-03ASoC: meson: aiu: fifo-spdif: soft reset the S/PDIF datapath on start/stopChristian Hewitt1-0/+5
2026-07-24ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callbackSrinivas Kandagatla1-0/+8
2026-07-24ASoC: mediatek: mt8183: Release reserved memory on cleanupCássio Gabriel1-0/+11
2026-07-24ASoC: mediatek: mt8192: Release reserved memory on cleanupCássio Gabriel1-0/+9
2026-07-24ASoC: SOF: ipc3-control: Validate size in snd_sof_update_controlPeter Ujfalusi1-0/+9
2026-07-24ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/getPeter Ujfalusi1-8/+19
2026-07-24ASoC: SOF: topology: validate vendor array size before parsingCássio Gabriel1-1/+4
2026-07-24ASoC: SOF: ipc3-control: Fix TOCTOU in bytes_put and bytes_getPeter Ujfalusi1-7/+16
2026-07-24ASoC: SOF: ipc3-control: Use overflow checks in control_update size calcPeter Ujfalusi1-4/+16
2026-07-24ASoC: SOF: ipc4-control: Fix TOCTOU in sof_ipc4_bytes_putPeter Ujfalusi1-4/+7
2026-07-24ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel countShengjiu Wang1-0/+20
2026-07-24ASoC: tlv320aic3x: restrict CLKDIV bypass Q values in dual-rate modeSen Wang1-6/+19
2026-07-24ASoC: adau1372: Clear PLL_EN on failed PLL lock without reset GPIOGuangshuo Li1-0/+5
2026-07-24ASoC: tegra: tegra210_ahub: Validate written enum valueHyeongJun An1-1/+3
2026-07-24ASoC: fsl: fsl_audmix: Validate written enum valuesHyeongJun An1-0/+6
2026-07-24ASoC: codecs: hdac_hdmi: Validate written enum valueHyeongJun An1-1/+3
2026-07-24ASoC: cs35l56: Don't leave parent IRQ disabled if system_suspend failsRichard Fitzgerald1-1/+6
2026-07-24ASoC: cs35l56: Fix missing calls to wm_adsp2_remove()Richard Fitzgerald1-1/+6
2026-07-24ASoC: codecs: aw88261: fix incorrect masks for boost regsVal Packett1-6/+6
2026-07-24ASoC: rsnd: Fix RSND_SOC_MASK width to single nibbleJohn Madieu1-1/+1
2026-06-19ASoC: fsl_sai: Fix 32 slots TDM broken by integer shift UB in xMR writeChancel Liu1-1/+1
2026-06-19ASoC: wm_adsp: Fix NULL dereference when removing firmware controlsRichard Fitzgerald1-0/+3
2026-06-19ASoC: qcom: q6asm-dai: do not set stream state in event and trigger callbacksSrinivas Kandagatla1-5/+0
2026-06-19ASoC: qcom: q6asm-dai: close stream only when runningSrinivas Kandagatla1-7/+7
2026-06-19ASoC: qcom: q6asm-dai: fix error handling in prepare and set_paramsSrinivas Kandagatla1-8/+16
2026-06-19ASoC: codecs: simple-mux: Fix enum control bounds checkCássio Gabriel1-1/+1
2026-06-19ASoC: Intel: bytcht_es8316: Fix MCLK leak on init errorsCássio Gabriel1-2/+27
2026-06-01ASoC: cs35l56: Fix flushing of IRQ work in cs35l56_sdw_remove()Richard Fitzgerald1-1/+2
2026-06-01driver core: platform: use generic driver_override infrastructureDanilo Krummrich1-3/+3