ASoC: Intel: kbl_rt5663_rt5514_max98927: Add rt5514 spi dailink
authorHarsha Priya N <harshapriya.n@intel.com>
Wed, 16 Aug 2017 22:37:11 +0000 (15:37 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 14:25:08 +0000 (15:25 +0100)
This patch adds a dai to rt5514-spi driver for wake on voice functionality.

Signed-off-by: Hsin-yu Chao <hychao@google.com>
Signed-off-by: Harsha Priya <harshapriya.n@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Kconfig
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c

index b301bff..b3c7f55 100644 (file)
@@ -255,11 +255,12 @@ config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
 
 config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH
         tristate "ASoC Audio driver for KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
-        depends on X86_INTEL_LPSS && I2C
+        depends on X86_INTEL_LPSS && I2C && SPI
         select SND_SOC_INTEL_SST
         select SND_SOC_INTEL_SKYLAKE
         select SND_SOC_RT5663
         select SND_SOC_RT5514
+        select SND_SOC_RT5514_SPI
         select SND_SOC_MAX98927
         select SND_SOC_HDAC_HDMI
         help
index 5ec9428..b51dff6 100644 (file)
@@ -65,6 +65,7 @@ enum {
        KBL_DPCM_AUDIO_HS_PB,
        KBL_DPCM_AUDIO_ECHO_REF_CP,
        KBL_DPCM_AUDIO_DMIC_CP,
+       KBL_DPCM_AUDIO_RT5514_DSP,
        KBL_DPCM_AUDIO_HDMI1_PB,
        KBL_DPCM_AUDIO_HDMI2_PB,
 };
@@ -480,6 +481,14 @@ static struct snd_soc_dai_link kabylake_dais[] = {
                .capture_only = 1,
                .nonatomic = 1,
        },
+       [KBL_DPCM_AUDIO_RT5514_DSP] = {
+               .name = "rt5514 dsp",
+               .stream_name = "Wake on Voice",
+               .cpu_dai_name = "spi-PRP0001:00",
+               .platform_name = "spi-PRP0001:00",
+               .codec_name = "snd-soc-dummy",
+               .codec_dai_name = "snd-soc-dummy-dai",
+       },
        [KBL_DPCM_AUDIO_DMIC_CP] = {
                .name = "Kbl Audio DMIC cap",
                .stream_name = "dmiccap",