Skip to content

Commit 1ddb61a

Browse files
eichenbergerShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF
Enable SND_SOC_SPDIF in imx_v6_v7_defconfig to support SPDIF audio. With commit d469b77 ("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>
1 parent c5b8d2c commit 1ddb61a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ CONFIG_SND_SOC_IMX_SGTL5000=y
323323
CONFIG_SND_SOC_FSL_ASOC_CARD=y
324324
CONFIG_SND_SOC_AC97_CODEC=y
325325
CONFIG_SND_SOC_CS42XX8_I2C=y
326+
CONFIG_SND_SOC_SPDIF=y
326327
CONFIG_SND_SOC_TLV320AIC3X_I2C=y
327328
CONFIG_SND_SOC_WM8960=y
328329
CONFIG_SND_SOC_WM8962=y

0 commit comments

Comments
 (0)