From 8f8b26d20f4c5c5f7daffcb01914adef38fc41d1 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Thu, 6 Feb 2020 23:49:27 -0600 Subject: [PATCH 095/469] 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 --- 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.34.1