aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/skl_rt286.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-12-03 23:29:58 +0530
committerMark Brown <broonie@kernel.org>2015-12-08 17:57:51 +0000
commitb34e24d2406f123d5dbbff4fdeebbc2af76b0acd (patch)
tree160d1ad71c7c01460326cd1a7d53cea2b82c3d6f /sound/soc/intel/boards/skl_rt286.c
parentASoC: Intel: Skylake: Add dai link for DMIC capture (diff)
downloadlinux-dev-b34e24d2406f123d5dbbff4fdeebbc2af76b0acd.tar.xz
linux-dev-b34e24d2406f123d5dbbff4fdeebbc2af76b0acd.zip
ASoC: Intel: Skylake: add wov as int sink
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/boards/skl_rt286.c')
-rw-r--r--sound/soc/intel/boards/skl_rt286.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/skl_rt286.c b/sound/soc/intel/boards/skl_rt286.c
index e4fc8a1ce471..0a924901b9b6 100644
--- a/sound/soc/intel/boards/skl_rt286.c
+++ b/sound/soc/intel/boards/skl_rt286.c
@@ -52,6 +52,7 @@ static const struct snd_soc_dapm_widget skylake_widgets[] = {
SND_SOC_DAPM_MIC("Mic Jack", NULL),
SND_SOC_DAPM_MIC("DMIC2", NULL),
SND_SOC_DAPM_MIC("SoC DMIC", NULL),
+ SND_SOC_DAPM_SINK("WoV Sink"),
};
static const struct snd_soc_dapm_route skylake_rt286_map[] = {
@@ -69,6 +70,8 @@ static const struct snd_soc_dapm_route skylake_rt286_map[] = {
{"DMIC1 Pin", NULL, "DMIC2"},
{"DMIC AIF", NULL, "SoC DMIC"},
+ {"WoV Sink", NULL, "hwd_in sink"},
+
/* CODEC BE connections */
{ "AIF1 Playback", NULL, "ssp0 Tx"},
{ "ssp0 Tx", NULL, "codec0_out"},