mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: rk3308-evb-dmic-pdm-*.dts: fix playback channel mapping
Change-Id: I28f073d9bfe92cf00b9883f7c02381ef97cd653b Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
compatible = "rockchip,multi-dais";
|
||||
dais = <&pdm_8ch>, <&i2s_8ch_2>;
|
||||
capture,channel-mapping = <6 2>;
|
||||
playback,channel-mapping = <0 0>;
|
||||
playback,channel-mapping = <0 2>;
|
||||
};
|
||||
|
||||
pdm-mic-array {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
compatible = "rockchip,multi-dais";
|
||||
dais = <&pdm_8ch>, <&i2s_8ch_2>;
|
||||
capture,channel-mapping = <6 2>;
|
||||
playback,channel-mapping = <0 0>;
|
||||
playback,channel-mapping = <0 2>;
|
||||
bitclock-inversion = <1 0>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user