summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/mt7986
AgeCommit message (Expand)AuthorFilesLines
2024-10-23ASoC: mediatek: remove dpcm_xxx flagsKuninori Morimoto1-4/+2
2024-09-12ASoC: mediatek: mt7986-afe-pcm: Remove redundant error messageTang Bin1-4/+3
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-05-08ASoC: mediatek: Use *-y instead of *-objs in MakefileTakashi Iwai1-1/+1
2024-05-06ASoC: mediatek: Use snd_soc_substream_to_rtd() for accessing private_dataKrzysztof Kozlowski1-2/+2
2024-04-16ASoC: mediatek: Use common mtk_afe_pcm_platform with common probe cbAngeloGioacchino Del Regno1-13/+1
2023-12-13ASoC: mediatek: mt7986: silence error in case of -EPROBE_DEFERDaniel Golle1-1/+1
2023-10-24ASoC: mediatek: mt7986: add sample rate checkerMaso Huang1-4/+19
2023-10-24ASoC: mediatek: mt7986: remove the mt7986_wm8960_priv structureMaso Huang1-21/+12
2023-10-24ASoC: mediatek: mt7986: drop the remove callback of mt7986_wm8960Maso Huang1-10/+0
2023-08-17ASoC: mediatek: mt7986: add machine driver with wm8960Maso Huang2-0/+197
2023-08-17ASoC: mediatek: mt7986: add platform driverMaso Huang2-0/+630
2023-08-17ASoC: mediatek: mt7986: support etdm in platform driverMaso Huang1-0/+411
2023-08-17ASoC: mediatek: mt7986: add common headerMaso Huang2-0/+245