diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-02-17 17:04:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-19 16:58:16 +0100 |
commit | 6980c057ea1bca145e8fef39ddf541254f7c8747 (patch) | |
tree | 78d6fff439703da69dbae07292338655bdc1a9f6 /sound/soc/intel/Kconfig | |
parent | ASoC: Intel: Skylake: Fix possible memory corruption in codec dai dma params (diff) | |
download | linux-6980c057ea1bca145e8fef39ddf541254f7c8747.tar.xz linux-6980c057ea1bca145e8fef39ddf541254f7c8747.zip |
ASoC: Intel: Skylake: Add i915 enabling in skl probe
The SKL also supports HDMI output so in probe we need to enable
the HDMI using common i915 APIs to ensure it gets probed on the
bus
After S3 during the controller resequencing the codec domain need
to be kept ON for successful reconfiguration of Codec. Once
configured it will be turned OFF in codec driver.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 803f95e40679..6e65085e8bc3 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -154,6 +154,7 @@ config SND_SOC_INTEL_SKYLAKE tristate select SND_HDA_EXT_CORE select SND_SOC_TOPOLOGY + select SND_HDA_I915 select SND_SOC_INTEL_SST config SND_SOC_INTEL_SKL_RT286_MACH |