diff options
author | Ezequiel Garcia <ezequiel@collabora.co.uk> | 2018-03-20 12:03:31 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-20 21:53:44 -0400 |
commit | b1d0db067fbe2598d62b248beea5d705a0ea7642 (patch) | |
tree | 41ffd7dd15605473c19f97a8c3a786876ceeab0f | |
parent | 279df1917d3e7817983bf5b3476643ec6dfd6f22 (diff) |
ASoC: rockchip: rk3288-hdmi-analog: Select needed codecs
The driver does not select all the codec drivers that needs.
Fix it by selecting the analog and HDMI codecs.
Cc: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/rockchip/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig index b0825370d262..957046ac6c8c 100644 --- a/sound/soc/rockchip/Kconfig +++ b/sound/soc/rockchip/Kconfig | |||
@@ -56,6 +56,9 @@ config SND_SOC_RK3288_HDMI_ANALOG | |||
56 | depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP | 56 | depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP |
57 | select SND_SOC_ROCKCHIP_I2S | 57 | select SND_SOC_ROCKCHIP_I2S |
58 | select SND_SOC_HDMI_CODEC | 58 | select SND_SOC_HDMI_CODEC |
59 | select SND_SOC_ES8328_I2C | ||
60 | select SND_SOC_ES8328_SPI if SPI_MASTER | ||
61 | select DRM_DW_HDMI_I2S_AUDIO if DRM_DW_HDMI | ||
59 | help | 62 | help |
60 | Say Y or M here if you want to add support for SoC audio on Rockchip | 63 | Say Y or M here if you want to add support for SoC audio on Rockchip |
61 | RK3288 boards using an analog output and the built-in HDMI audio. | 64 | RK3288 boards using an analog output and the built-in HDMI audio. |