diff options
author | Shengjiu Wang <shengjiu.wang@freescale.com> | 2014-08-18 04:38:40 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-18 10:54:04 -0400 |
commit | 499898d66d88cc626a2e01b02c3b819536bdf169 (patch) | |
tree | 62d877d87d4a4139e22763b6cccb3914bab41d9a | |
parent | 5f37671e004eeca017b93f6b26f2425acbb8d411 (diff) |
ASoC: fsl: fsl-asoc-card: Select SND_SOC_IMX_AUDMUX
Building kernel with SND_SOC_IMX_AUDMUX=n leads to the following error:
sound/built-in.o: In function `fsl_asoc_card_probe':
>> fsl-asoc-card.c:(.text+0x1467b5): undefined reference to `imx_audmux_v2_configure_port'
>> fsl-asoc-card.c:(.text+0x1467d0): undefined reference to `imx_audmux_v2_configure_port'
>> fsl-asoc-card.c:(.text+0x1467ed): undefined reference to `imx_audmux_v2_configure_port'
>> fsl-asoc-card.c:(.text+0x146807): undefined reference to `imx_audmux_v2_configure_port'
Update Kconfig to select SND_SOC_IMX_AUDMUX when SND_SOC_FSL_ASOC_CARD=y.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/fsl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index fa90340dc13a..4698c01af684 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -62,6 +62,7 @@ config SND_SOC_FSL_UTILS | |||
62 | config SND_SOC_FSL_ASOC_CARD | 62 | config SND_SOC_FSL_ASOC_CARD |
63 | tristate "Generic ASoC Sound Card with ASRC support" | 63 | tristate "Generic ASoC Sound Card with ASRC support" |
64 | depends on OF && I2C | 64 | depends on OF && I2C |
65 | select SND_SOC_IMX_AUDMUX | ||
65 | select SND_SOC_IMX_PCM_DMA | 66 | select SND_SOC_IMX_PCM_DMA |
66 | select SND_SOC_FSL_ESAI | 67 | select SND_SOC_FSL_ESAI |
67 | select SND_SOC_FSL_SAI | 68 | select SND_SOC_FSL_SAI |