projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4386b76
)
ASoC: Intel: Skylake: add wov as int sink
author
Vinod Koul
<vinod.koul@intel.com>
Thu, 3 Dec 2015 17:59:58 +0000
(23:29 +0530)
committer
Mark Brown
<broonie@kernel.org>
Tue, 8 Dec 2015 17:57:51 +0000
(17:57 +0000)
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>
sound/soc/intel/boards/skl_rt286.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/boards/skl_rt286.c
b/sound/soc/intel/boards/skl_rt286.c
index e4fc8a1ce471cc5f42affb279842619a56c744d9..0a924901b9b6201ad54882d50a3ac3ec5a9ed36a 100644
(file)
--- 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"},