projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c6c73
)
ASoC: Intel: Skylake: Add IVI feedback path in nau88125_ssm4567 machine
author
Jeeja KP
<
[email protected]
>
Tue, 1 Mar 2016 02:29:11 +0000
(07:59 +0530)
committer
Mark Brown
<
[email protected]
>
Wed, 2 Mar 2016 03:54:23 +0000
(12:54 +0900)
We can enable the IVI feedback path by connecting Left/Right
speaker sensors (codec) to ssp0 Rx (soc-dsp). This way aDSP gets
feedback data from codec to DSP algorithms
Signed-off-by: Jeeja KP <
[email protected]
>
Signed-off-by: Vinod Koul <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/intel/boards/skl_nau88l25_ssm4567.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/boards/skl_nau88l25_ssm4567.c
b/sound/soc/intel/boards/skl_nau88l25_ssm4567.c
index a75c09343f8401f1392eb82130c800615b849c06..f6a672c55be95157e1c820f9b24ec7a20f93f6b8 100644
(file)
--- a/
sound/soc/intel/boards/skl_nau88l25_ssm4567.c
+++ b/
sound/soc/intel/boards/skl_nau88l25_ssm4567.c
@@
-132,6
+132,8
@@
static const struct snd_soc_dapm_route skylake_map[] = {
/* IV feedback path */
{ "codec0_lp_in", NULL, "ssp0 Rx"},
+ { "ssp0 Rx", NULL, "Left Capture Sense" },
+ { "ssp0 Rx", NULL, "Right Capture Sense" },
{ "Playback", NULL, "ssp1 Tx"},
{ "ssp1 Tx", NULL, "codec1_out"},
@@
-534,6
+536,7
@@
static struct snd_soc_dai_link skylake_dais[] = {
.ignore_pmdown_time = 1,
.be_hw_params_fixup = skylake_ssp_fixup,
.dpcm_playback = 1,
+ .dpcm_capture = 1,
},
{
/* SSP1 - Codec */