8 Sep
2013
8 Sep
'13
6:22 p.m.
From: Mark Brown broonie@linaro.org
The S/PDIF driver needs regmap so select it to make sure it gets included in the build.
Reported-by: Fengguang Wu fengguang.wu@intel.com Signed-off-by: Mark Brown broonie@linaro.org --- sound/soc/fsl/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 704e246..b7ab71f 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -198,6 +198,7 @@ config SND_SOC_IMX_SPDIF select SND_SOC_IMX_PCM_DMA select SND_SOC_FSL_SPDIF select SND_SOC_SPDIF + select REGMAP_MMIO help SoC Audio support for i.MX boards with S/PDIF Say Y if you want to add support for SoC audio on an i.MX board with
--
1.8.4.rc3