summaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/mt8365
AgeCommit message (Expand)AuthorLines
2025-11-17ASoC: mediatek: mt8365-afe-pcm: convert to snd_soc_dapm_xxx()Kuninori Morimoto-2/+1
2025-10-24ASoC: mediatek: Fix double pm_runtime_disable in remove functionsHaotian Zhang-1/+0
2025-07-18ASoC: mediatek: mt8365-dai-i2s: pass correct size to mt8365_dai_set_privGuoqing Jiang-2/+1
2025-03-17ASoC: Convert to modern PM macrosMark Brown-10/+9
2025-03-17ASoC: mediatek: mt8365: Convert to RUNTIME_PM_OPS() & coTakashi Iwai-10/+9
2025-03-16ASoC: mt8365: remove unnecessary NULL check before clk_disable_unprepare()Chen Ni-2/+1
2025-03-03ASoC: mediatek: mt8365-dai-pcm: use inclusive language for SND_SOC_DAIFMT_CBx...Kuninori Morimoto-2/+2
2025-03-03ASoC: mediatek: mt8365-dai-i2s: use inclusive language for SND_SOC_DAIFMT_CBx...Kuninori Morimoto-6/+6
2025-03-03ASoC: mediatek: mt8365-mt6357: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto-1/+1
2024-12-03ASoC: mediatek: mt8365: Use *-y for MakefileTakashi Iwai-1/+1
2024-12-02ASoc: mediatek: mt8365: Don't use "proxy" headersAndy Shevchenko-2/+9
2024-11-11ASoC: add symmetric_ prefix for dai->rate/channels/sample_bitsKuninori Morimoto-4/+4
2024-10-23ASoC: mediatek: remove dpcm_xxx flagsKuninori Morimoto-9/+5
2024-09-12ASoc: mediatek: mt8365: Remove unneeded assignmentMuhammad Usama Anjum-2/+1
2024-09-11ASoC: mediatek: mt8365: check validity before usage of i2s_dataMuhammad Usama Anjum-1/+4
2024-09-09ASoC: mt8365: Fix -Werror buildsMark Brown-152/+119
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-09-09ASoC: codecs: fix the right check and simplify codeTang Bin-5/+5
2024-09-09ASoC: mt8365: Remove unused DMIC IIR coefficient configurationMark Brown-30/+0
2024-09-09ASoC: mt8365: Remove unused variablesMark Brown-3/+1
2024-09-09ASoC: mt8365: Make non-exported functions staticMark Brown-8/+8
2024-09-09ASoC: mt8365: Remove unused prototype for mt8365_afe_clk_group_48k()Mark Brown-1/+0
2024-09-09ASoC: mt8365: Remove spurious unsigned long castsMark Brown-3/+3
2024-09-09ASoC: mt8365: Open code BIT() to avoid spurious warningsMark Brown-107/+107
2024-09-09ASoC: mediatek: mt8365: remove unused mt8365_i2s_hd_strArnd Bergmann-7/+0
2024-09-09ASoC: mediatek: mt8365: include linux/bitfield.hArnd Bergmann-0/+2
2024-09-05ASoC: mediatek: Add MT8365 supportAlexandre Mergnat-0/+15
2024-09-03ASoC: mediatek: mt8365: Add the AFE driver supportAlexandre Mergnat-0/+2275
2024-09-03ASoc: mediatek: mt8365: Add a specific soundcard for EVKNicolas Belin-0/+345
2024-09-03ASoC: mediatek: mt8365: Add PCM DAI supportAlexandre Mergnat-0/+293
2024-09-03ASoC: mediatek: mt8365: Add DMIC DAI supportAlexandre Mergnat-0/+340
2024-09-03ASoC: mediatek: mt8365: Add ADDA DAI supportAlexandre Mergnat-0/+311
2024-09-03ASoC: mediatek: mt8365: Add I2S DAI supportAlexandre Mergnat-0/+850
2024-09-03ASoC: mediatek: mt8365: Add audio clock control supportAlexandre Mergnat-0/+453
2024-09-03ASoC: mediatek: mt8365: Add common headerAlexandre Mergnat-0/+1440