summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/common
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-23ASoC: mediatek: use asoc_substream_to_rtd()Kuninori Morimoto2-7/+7
2020-03-27ASoC: mediatek: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI poi...Kuninori Morimoto2-6/+6
2020-01-21ASoC: mediatek: move .suspend/.resume to componentKuninori Morimoto2-8/+8
2019-12-12ASoC: mediatek: Use managed buffer allocationTakashi Iwai3-17/+3
2019-12-11ASoC: mediatek: Drop superfluous ioctl PCM opsTakashi Iwai2-2/+0
2019-12-09ASoC: mediatek: common: refine hw_params and hw_prepareEason Yen1-66/+77
2019-12-09ASoC: mediatek: common: add some helpers to control mtk_memifEason Yen3-1/+259
2019-10-08ASoC: mediatek: remove snd_pcm_opsKuninori Morimoto2-20/+18
2019-10-08ASoC: mediatek: mtk-btcvsd: remove snd_pcm_opsKuninori Morimoto1-48/+28
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown1-3/+1
2019-08-27ASoC: mediatek: mt8183: fix tdm out data align issueJiaxin Yu1-2/+1
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-17ASoC: Add missing newline at end of fileGeert Uytterhoeven1-1/+1
2019-06-04ASoC: mediatek: Make some symbols staticYueHaibing1-11/+11
2019-05-21ASoC: Mediatek: MT8183: fix compile errorJiaxin Yu1-2/+1
2019-05-16ASoC: Mediatek: add memory interface data alignShunli Wang2-0/+9
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-2/+2