ARM: dts: msm: Add MLCK routing for VI feedback path on msm8998
MCLK widget is not enabled during speaker protection VI feedback path setup. Underflow errors are observed in VI path because of missing MCLK. Fix this issue by adding MCLK widget routing to VI feedback path. Change-Id: I55623574c93be271723fe4a2a268f129719041fc Signed-off-by: Vidyakumar Athota <vathota@codeaurora.org>
This commit is contained in:
parent
2aa89ab3ff
commit
6e29602fb4
2 changed files with 2 additions and 0 deletions
|
@ -696,6 +696,7 @@
|
|||
qcom,auxpcm-audio-intf;
|
||||
qcom,msm-mi2s-master = <1>, <1>, <1>, <1>;
|
||||
qcom,audio-routing =
|
||||
"AIF4 VI", "MCLK",
|
||||
"RX_BIAS", "MCLK",
|
||||
"MADINPUT", "MCLK",
|
||||
"AMIC2", "MIC BIAS2",
|
||||
|
|
|
@ -183,6 +183,7 @@
|
|||
"lpaif_quat_mode_muxsel";
|
||||
|
||||
qcom,audio-routing =
|
||||
"AIF4 VI", "MCLK",
|
||||
"RX_BIAS", "MCLK",
|
||||
"MADINPUT", "MCLK",
|
||||
"hifi amp", "LINEOUT1",
|
||||
|
|
Loading…
Add table
Reference in a new issue