]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec
authorNĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Tue, 3 Dec 2024 19:20:58 +0000 (16:20 -0300)
committerMark Brown <broonie@kernel.org>
Thu, 5 Dec 2024 13:39:58 +0000 (13:39 +0000)
commitec16a3cdf37e507013062f9c4a2067eacdd12b62
treef7660864af8db042ab67c144e49504d3958efad6
parent6d544ea21d367cbd9746ae882e67a839391a6594
ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec

Remove hardcoded dmic codec from the UL_SRC dai link to avoid requiring
a dmic codec to be present for the driver to probe, as not every
MT8188-based platform might need a dmic codec. The codec can be assigned
to the dai link through the dai-link property in Devicetree on the
platforms where it is needed.

No Devicetree currently relies on it so it is safe to remove without
worrying about backward compatibility.

Fixes: 9f08dcbddeb3 ("ASoC: mediatek: mt8188-mt6359: support new board with nau88255")
Signed-off-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://patch.msgid.link/20241203-mt8188-6359-unhardcode-dmic-v1-1-346e3e5cbe6d@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt8188/mt8188-mt6359.c