35 lines
1.3 KiB
Diff
35 lines
1.3 KiB
Diff
From 00c98b987d15360d94398ecf25a329595da835b1 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Thu, 6 Feb 2020 23:49:27 -0600
|
|
Subject: [PATCH 095/389] arm64: dts: sun50i-a64-pinephone: Add support for
|
|
Bluetooth audio
|
|
|
|
The PinePhone has a Bluetooth chip with its PCM interface connected to
|
|
AIF3. Add the DAI link so headeset audio can be routed in hardware.
|
|
|
|
Even though the link is mono, configuring the link for 2 slots is
|
|
required for compatibility with AIF2, which uses a single 32-bit slot,
|
|
and which shares its clock dividers with AIF3. Using equal clock
|
|
frequencies allows the modem and headset to be used at the same time.
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
index 9bf23a57172f..19c712ab85aa 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
@@ -181,6 +181,7 @@ bat: battery {
|
|
bt_sco_codec: bt-sco-codec {
|
|
#sound-dai-cells = <1>;
|
|
compatible = "linux,bt-sco";
|
|
+ sound-name-prefix = "Bluetooth";
|
|
};
|
|
|
|
chosen {
|
|
--
|
|
2.35.3
|
|
|