aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/common
AgeCommit message (Expand)AuthorFilesLines
2026-06-12ASoC: mediatek: tidyup detailsMark Brown3-19/+14
2026-06-12ASoC: mediatek: mtk-soundcard-driver: tidyup set_dailink_daifmt()Kuninori Morimoto1-3/+2
2026-06-12ASoC: mediatek: mtk-soundcard-driver: tidyup set_card_codec_info()Kuninori Morimoto1-3/+2
2026-06-12ASoC: mediatek: cleanup mtk_sof_dailink_parse_of() paramKuninori Morimoto3-13/+10
2026-06-11ASoC: mediatek: Use guard() for mutex & spin locksMark Brown2-52/+37
2026-06-11ASoC: mediatek: common: mtk-btcvsd: Use guard() for spin locksbui duc phuc1-46/+35
2026-06-11ASoC: mediatek: common: mtk-afe-fe-dai: Use guard() for mutex locksbui duc phuc1-6/+2
2026-05-28ASoC: soc-card: add snd_soc_card_set_topology_name()Kuninori Morimoto1-5/+2
2026-05-05ASoC: mediatek: common: modify mtk afe platform driver for mt8196Darren Ye2-18/+40
2026-03-16ASoC: mediatek: name back to pcm_new()/pcm_free()Kuninori Morimoto1-1/+1
2025-11-17ASoC: mediatek: mtk-dsp-sof-common: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-2/+3
2025-11-17ASoC: mediatek: mtk-afe-platform-driver: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-3/+4
2025-10-20ASoC: mediatek: common: use snd_kcontrol_chip() instead of snd_soc_kcontrol_c...Kuninori Morimoto1-12/+12
2025-08-28ASoC: mediatek: common: Switch to for_each_available_child_of_node_scoped()Chen-Yu Tsai1-14/+5
2025-07-24Merge tag 'asoc-v6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2-1/+4
2025-07-23ASoC: mediatek: common: fix device and OF node leakJohan Hovold1-0/+4
2025-06-12ASoC: mediatek: use reserved memory or enable buffer pre-allocationChen-Yu Tsai2-1/+4
2025-03-16ASoC: mediatek: common: Handle mediatek,accdet propertyNícolas F. R. A. Prado2-1/+19
2025-02-03ASoC: mediatek: Remove unused mtk_memif_set_rateDr. David Alan Gilbert2-22/+0
2025-01-09ASoC: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-2/+2
2024-12-19ASoC: mediatek: disable buffer pre-allocationChen-Yu Tsai1-2/+2
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-2/+2
2024-04-16ASoC: mediatek: Add common mtk_afe_component_probe callbackAngeloGioacchino Del Regno1-0/+18
2024-04-16ASoC: mediatek: Add common snd_soc_ops .startup() callbackAngeloGioacchino Del Regno2-0/+75
2024-04-16ASoC: mediatek: common: Constify struct mtk_sof_privAngeloGioacchino Del Regno4-11/+9
2024-04-16ASoC: mediatek: Add common machine soundcard driver probe mechanismAngeloGioacchino Del Regno3-1/+172
2024-03-25ASoC: mediatek: Assign dummy when codec not specified for a DAI linkAngeloGioacchino Del Regno1-1/+5
2024-03-25ASoC: mediatek: Commonize ADDA rate transform functions and enumsAngeloGioacchino Del Regno3-0/+117
2024-01-11ASoC: mediatek: sof-common: Add NULL check for normal_link stringAngeloGioacchino Del Regno1-1/+1
2023-09-26ASoC: mediatek: convert not to use asoc_xxx()Kuninori Morimoto2-13/+13
2023-09-11ASoC: mediatek: common: revise SOF common codeTrevor Wu2-15/+106
2023-08-18ASoC: mediatek: Convert to generic PCM copy opsTakashi Iwai1-17/+10
2023-06-02ASoC: mediatek: common: soundcard driver add dai_fmt supportTrevor Wu1-2/+51
2023-04-11ASoC: mediatek: common: Fix refcount leak in parse_dai_link_infoAashish Sharma1-3/+9
2023-03-20ASoC: mediatek: mtk-btcvsd: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-01-31ASoC: mediatek: use helper functionKuninori Morimoto1-11/+7
2023-01-16ASoC: mediatek: common: add soundcard driver common codeTrevor Wu3-1/+94
2023-01-16ASoC: mediatek: common: add SMC ops and SMC CMDTrevor Wu1-0/+19
2022-11-25ASoC: mediatek: mtk-btcvsd: Add checks for write and read of mtk_btcvsd_sndJiasheng Jiang1-4/+2
2022-07-18ASoC: mediatek: mt8195: extract SOF common codeChunxu Li4-1/+250
2021-10-27ASoC: mediatek: remove unnecessary initializationPierre-Louis Bossart1-1/+1
2021-09-13ASoC: mediatek: mt8195: Remove unsued irqs_lock.Sebastian Andrzej Siewior1-1/+0
2021-09-10ASoC: mediatek: common: handle NULL case in suspend/resume functionTrevor Wu1-8/+11
2021-08-24ASoC: mediatek: mt8195: update mediatek common driverTrevor Wu2-5/+27
2021-06-08ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_pro...Christophe JAILLET1-6/+18
2021-03-12ASoC: mediatek: mtk-btcvsd: remove useless assignmentPierre-Louis Bossart1-1/+1
2020-11-30Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-1/+1
2020-11-30ASoC: mediatek: btcvsd fix tx stream assignLumi Lee1-1/+1
2020-11-04ASoC: mediatek: mt8192: add platform driverJiaxin Yu2-4/+10