]> Git Repo - linux.git/commitdiff
ARM: dts: sun8i: Update audio-routing with renamed widgets
authorMylène Josserand <[email protected]>
Sat, 18 Mar 2017 07:55:09 +0000 (08:55 +0100)
committerMark Brown <[email protected]>
Tue, 21 Mar 2017 12:16:34 +0000 (12:16 +0000)
The digital AIF interfaces has been renamed in the sun8i audio codec
driver so the audio-routing in the device tree must be renamed too.

Signed-off-by: Mylène Josserand <[email protected]>
Acked-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
arch/arm/boot/dts/sun8i-a33.dtsi

index 18c174fef84f512c18145e795276af099d8de07b..0467fb365bfca714b5ce9021974470002139039f 100644 (file)
                simple-audio-card,mclk-fs = <512>;
                simple-audio-card,aux-devs = <&codec_analog>;
                simple-audio-card,routing =
-                       "Left DAC", "Digital Left DAC",
-                       "Right DAC", "Digital Right DAC";
+                       "Left DAC", "AIF1 Slot 0 Left",
+                       "Right DAC", "AIF1 Slot 0 Right";
                status = "disabled";
 
                simple-audio-card,cpu {
This page took 0.062241 seconds and 4 git commands to generate.