diff options
author | Subhransu S. Prusty <subhransu.s.prusty@intel.com> | 2015-11-10 14:12:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-21 14:58:19 +0100 |
commit | 18382ead3640b5aab9bf4545249d84b51bbcba49 (patch) | |
tree | 326eed0936a0623b72a3230f98ed2abfa2cd1085 /sound/soc/codecs/Kconfig | |
parent | Merge branch 'topic/hdac' of git://git.kernel.org/pub/scm/linux/kernel/git/br... (diff) | |
download | linux-18382ead3640b5aab9bf4545249d84b51bbcba49.tar.xz linux-18382ead3640b5aab9bf4545249d84b51bbcba49.zip |
ASoC: hdac-hdmi: Add hdmi driver
This adds HDA based HDMI driver to be used in platforms like SKL
and onwards
Register the hdmi driver with hda bus and register dais.
Also parse the widget and initialize identified pin and converter
widgets.
For simplification, currently only one pin and one converter
widget are enabled on board, as well as limit the rates supported
to simples ones and not based on ELD. This things will come
eventually once basic support for this is merged
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index cfdafc4c11ea..b2b0b71f0bcf 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -67,6 +67,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_ES8328_I2C if I2C select SND_SOC_GTM601 select SND_SOC_ICS43432 + select SND_SOC_HDAC_HDMI select SND_SOC_ISABELLE if I2C select SND_SOC_JZ4740_CODEC select SND_SOC_LM4857 if I2C @@ -454,6 +455,10 @@ config SND_SOC_BT_SCO config SND_SOC_DMIC tristate +config SND_SOC_HDAC_HDMI + tristate + select SND_HDA_EXT_CORE + config SND_SOC_ES8328 tristate "Everest Semi ES8328 CODEC" |