arm64: dts: rockchip: rk3528 boards: btsco enable 16k pcm support

In android 9,10,11,12,13, we have already support 16k wbs in
hardware level code. So, enable 16k support in kernel dts default.

Info:
In future, to support BTSCO 16k, it only need to change the
default setting of bluedroid's "DISABLE_WBS" setting.

Signed-off-by: Zou Dengming <marsow.zou@rock-chips.com>
Change-Id: Ide2435eb0fb9e8e0ffb705d8ba4b43af95dd37ff
This commit is contained in:
Zou Dengming
2023-06-27 10:04:22 +08:00
committed by Tao Huang
parent 2093b6351a
commit ac3b62bb63
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@
bt_sco: bt-sco {
status = "disabled";
compatible = "delta,dfbmcs320";
#sound-dai-cells = <0>;
#sound-dai-cells = <1>;
};
bt_sound: bt-sound {
@@ -57,7 +57,7 @@
sound-dai = <&sai0>;
};
simple-audio-card,codec {
sound-dai = <&bt_sco>;
sound-dai = <&bt_sco 1>;
};
};

View File

@@ -42,7 +42,7 @@
bt_sco: bt-sco {
status = "disabled";
compatible = "delta,dfbmcs320";
#sound-dai-cells = <0>;
#sound-dai-cells = <1>;
};
bt_sound: bt-sound {
@@ -56,7 +56,7 @@
sound-dai = <&sai0>;
};
simple-audio-card,codec {
sound-dai = <&bt_sco>;
sound-dai = <&bt_sco 1>;
};
};