mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
audio: auge: fix sharebuffer channel map [1/1]
PD#SWPL-2645 Problem: play ddp source, then play pcm source, no sound Solution: 1. fix same source control and channel map issue 2. i2s 8ch, spdif 2ch, channels are not mapped, make spdif 8 channel mask 3. when same source used, keep mpll use same mpll Verify: x301 Change-Id: I2fe4bbcbcbfff0a1c1a6cebf61d1da5aba9b7a9d Signed-off-by: Xing Wang <xing.wang@amlogic.com> Conflicts: arch/arm64/boot/dts/amlogic/tm2_t962e2_ab311.dts arch/arm64/boot/dts/amlogic/tm2_t962x3_ab301.dts
This commit is contained in:
@@ -1322,7 +1322,7 @@
|
||||
|
||||
&audiobus {
|
||||
tdma:tdm@0 {
|
||||
compatible = "amlogic, tl1-snd-tdma";
|
||||
compatible = "amlogic, tm2-snd-tdma";
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
dai-tdm-lane-slot-mask-in = <1 0>;
|
||||
|
||||
@@ -1321,7 +1321,7 @@
|
||||
|
||||
&audiobus {
|
||||
tdma:tdm@0 {
|
||||
compatible = "amlogic, tl1-snd-tdma";
|
||||
compatible = "amlogic, tm2-snd-tdma";
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
dai-tdm-lane-slot-mask-in = <1 0>;
|
||||
|
||||
Reference in New Issue
Block a user