diff options
author | Subhransu S. Prusty <subhransu.s.prusty@intel.com> | 2016-02-12 03:16:02 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-15 21:11:09 +0100 |
commit | 2428bca305e082885e08e7f3399db616daf3a51a (patch) | |
tree | ad8c3854df15bb582876336244d10b38b4449301 /sound/soc/codecs/Kconfig | |
parent | ASoC: hdac_hdmi: Add hotplug notification and read ELD (diff) | |
download | linux-2428bca305e082885e08e7f3399db616daf3a51a.tar.xz linux-2428bca305e082885e08e7f3399db616daf3a51a.zip |
ASoC: hdac_hdmi: Apply constraints based on ELD
Uses the drm ELD core framework to apply rate and channel
Also compute the format to be set based on ELD.
Even though the channel constraint is based on ELD, infoframe
is set with stereo only. Multichannel support will be added
later.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 50693c867e71..8c86239cc3f2 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -490,6 +490,7 @@ config SND_SOC_GTM601 config SND_SOC_HDAC_HDMI tristate select SND_HDA_EXT_CORE + select SND_PCM_ELD select HDMI config SND_SOC_ICS43432 |