aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2016-02-24 00:57:42 -0500
committerMark Brown <broonie@kernel.org>2016-02-24 03:29:47 -0500
commitaac5cc88b107c316fdd2846fdac777726b9f725d (patch)
treeeb93d02cb380f6284c4d9eb30c85207fc71d2082
parent5093f9287c83665b9227640aea8a8d980684246f (diff)
ASoC: Intel: boards: Remove WoV sink in skl_rt286
WoV module needs to be triggered with PCM open, so remove this as DAPM Sink and will be connected to FE 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>
-rw-r--r--sound/soc/intel/boards/skl_rt286.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/intel/boards/skl_rt286.c b/sound/soc/intel/boards/skl_rt286.c
index 00b84c1ff07f..2016397a8e75 100644
--- a/sound/soc/intel/boards/skl_rt286.c
+++ b/sound/soc/intel/boards/skl_rt286.c
@@ -64,7 +64,6 @@ static const struct snd_soc_dapm_widget skylake_widgets[] = {
64 SND_SOC_DAPM_MIC("Mic Jack", NULL), 64 SND_SOC_DAPM_MIC("Mic Jack", NULL),
65 SND_SOC_DAPM_MIC("DMIC2", NULL), 65 SND_SOC_DAPM_MIC("DMIC2", NULL),
66 SND_SOC_DAPM_MIC("SoC DMIC", NULL), 66 SND_SOC_DAPM_MIC("SoC DMIC", NULL),
67 SND_SOC_DAPM_SINK("WoV Sink"),
68 SND_SOC_DAPM_SPK("HDMI1", NULL), 67 SND_SOC_DAPM_SPK("HDMI1", NULL),
69 SND_SOC_DAPM_SPK("HDMI2", NULL), 68 SND_SOC_DAPM_SPK("HDMI2", NULL),
70 SND_SOC_DAPM_SPK("HDMI3", NULL), 69 SND_SOC_DAPM_SPK("HDMI3", NULL),
@@ -85,8 +84,6 @@ static const struct snd_soc_dapm_route skylake_rt286_map[] = {
85 {"DMIC1 Pin", NULL, "DMIC2"}, 84 {"DMIC1 Pin", NULL, "DMIC2"},
86 {"DMic", NULL, "SoC DMIC"}, 85 {"DMic", NULL, "SoC DMIC"},
87 86
88 {"WoV Sink", NULL, "hwd_in sink"},
89
90 {"HDMI1", NULL, "hif5 Output"}, 87 {"HDMI1", NULL, "hif5 Output"},
91 {"HDMI2", NULL, "hif6 Output"}, 88 {"HDMI2", NULL, "hif6 Output"},
92 {"HDMI3", NULL, "hif7 Output"}, 89 {"HDMI3", NULL, "hif7 Output"},
@@ -139,7 +136,6 @@ static int skylake_rt286_codec_init(struct snd_soc_pcm_runtime *rtd)
139 rt286_mic_detect(codec, &skylake_headset); 136 rt286_mic_detect(codec, &skylake_headset);
140 137
141 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); 138 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC");
142 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "WoV Sink");
143 139
144 return 0; 140 return 0;
145} 141}