]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF
authorStefan Eichenberger <stefan.eichenberger@toradex.com>
Fri, 8 Nov 2024 15:34:34 +0000 (16:34 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2024 09:33:24 +0000 (17:33 +0800)
commit1ddb61a7c0150ba2ab42ec9cb74c392c5c4616b4
tree6c935670643bc78d8ddf0d774c0ff1e420447f40
parentc5b8d2c370842e3f9a15655893d8c597e2d981d9
ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF

Enable SND_SOC_SPDIF in imx_v6_v7_defconfig to support SPDIF audio.

With commit d469b771afe1 ("ARM: dts: imx6: update spdif sound card node
properties"), the more generic audio-codec property is used instead of
the old spdif-controller property. Since most i.MX6 boards now use the
audio-codec property together with the linux,spdif-dit and
linux,spdif-dir compatible driver, it makes sense to enable
SND_SOC_SPDIF in the imx_v6_v7_defconfig. This will ensure compatibility
with the updated device tree.

Without this change, boards that use the audio-codec property will show
the following error message during boot when using the
imx_v6_v7_defconfig and spdif audio is not working:
[   24.165534] platform sound-spdif: deferred probe pending: fsl-asoc-card: snd_soc_register_card failed

Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/configs/imx_v6_v7_defconfig