diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2015-07-21 23:53:55 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-23 17:39:00 +0100 |
commit | 473eb87adcf69204cd7e8fb5b0e4956edd6feae3 (patch) | |
tree | b21aabd51767b5ed6b8fdc9144d8eadfbcc6dfcb /sound/soc/intel/skylake/Makefile | |
parent | 28f3b6f113186ff69bdc5e63126ae7fd5e35a138 (diff) | |
download | op-kernel-dev-473eb87adcf69204cd7e8fb5b0e4956edd6feae3.zip op-kernel-dev-473eb87adcf69204cd7e8fb5b0e4956edd6feae3.tar.gz |
ASoC: Intel: Skylake: Add NHLT support to get BE config
The Non-HD Audio Endpoint Description table contains the link
configuration information for the DSP. This is specific to Non HDA
links only, like I2s and PDM
Skylake driver will use NHLT table to retrieve the configuration based
on the link type, format, channel and rate. This configuration is
passed to DSP FW
Signed-off-by: Jeeja KP <jeeja.kp@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/skylake/Makefile')
-rw-r--r-- | sound/soc/intel/skylake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/Makefile b/sound/soc/intel/skylake/Makefile index 1fccb37..b35faef 100644 --- a/sound/soc/intel/skylake/Makefile +++ b/sound/soc/intel/skylake/Makefile @@ -1,4 +1,4 @@ -snd-soc-skl-objs := skl.o skl-pcm.o +snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o |