diff options
author | Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> | 2016-02-24 06:57:40 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-24 09:29:47 +0100 |
commit | 0ab338ff33762d50e5005d8d28b30b25f23aa934 (patch) | |
tree | d1a21de9cd3f9322d2b85fe4531f8180855c3413 /sound/soc/intel/Kconfig | |
parent | ASoC: Intel: boards: Enable HDMI and DP on nau88l2 machine (diff) | |
download | linux-0ab338ff33762d50e5005d8d28b30b25f23aa934.tar.xz linux-0ab338ff33762d50e5005d8d28b30b25f23aa934.zip |
ASoC: Intel: boards: Enable HDMI and DP on SKL nau88l25_max98357 machine
This patch adds 2 HDMI FE and BE dai links and also
initializes the jack for each device.
Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Signed-off-by: Fang, Yang A <yang.a.fang@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@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 e29a7c5295a5..cb968da5a308 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -194,6 +194,7 @@ config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH select SND_SOC_NAU8825 select SND_SOC_MAX98357A select SND_SOC_DMIC + select SND_SOC_HDAC_HDMI help This adds support for ASoC Onboard Codec I2S machine driver. This will create an alsa sound card for NAU88L25 + MAX98357A. |