aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisael Lopez Cruz2017-01-11 12:18:15 -0600
committerMisael Lopez Cruz2017-01-11 17:24:58 -0600
commitec8a9bd40eb814aa17acb60507a3af9867a82c61 (patch)
treeb36cd60e2382036f4dd3ec7a81e74eddbadc2bc4
parent6fe3d74f775e96c8894dc137320456e7afaa3a71 (diff)
downloadkernel-audio-p-ti-lsk-linux-4.4.y/audio-for-next.tar.gz
kernel-audio-p-ti-lsk-linux-4.4.y/audio-for-next.tar.xz
kernel-audio-p-ti-lsk-linux-4.4.y/audio-for-next.zip
ARM: dts: dra7xx-jamr3: Add missing prefix to codec widgetsp-ti-lsk-linux-4.4.y/audio-for-next
The CODEC's widget names in the card routings must be have the prefix given to the CODEC in a multicodec card. This prefix was missing for the tlv320aic3106 codec. Change-Id: Icea05812e8fd9f5de1393721b78f3c361fbdb6d6 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r--arch/arm/boot/dts/dra7xx-jamr3.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dra7xx-jamr3.dtsi b/arch/arm/boot/dts/dra7xx-jamr3.dtsi
index 97422e2dadb6..c5ba6da02902 100644
--- a/arch/arm/boot/dts/dra7xx-jamr3.dtsi
+++ b/arch/arm/boot/dts/dra7xx-jamr3.dtsi
@@ -16,10 +16,10 @@
16 "Line", "Line Out", 16 "Line", "Line Out",
17 "Line", "Line In"; 17 "Line", "Line In";
18 simple-audio-card,routing = 18 simple-audio-card,routing =
19 "Line Out", "LLOUT", 19 "Line Out", "J3A LLOUT",
20 "Line Out", "RLOUT", 20 "Line Out", "J3A RLOUT",
21 "LINE1L", "Line In", 21 "J3A LINE1L", "Line In",
22 "LINE1R", "Line In"; 22 "J3A LINE1R", "Line In";
23 simple-audio-card,format = "dsp_b"; 23 simple-audio-card,format = "dsp_b";
24 simple-audio-card,bitclock-master = <&jamr3_sound_master>; 24 simple-audio-card,bitclock-master = <&jamr3_sound_master>;
25 simple-audio-card,frame-master = <&jamr3_sound_master>; 25 simple-audio-card,frame-master = <&jamr3_sound_master>;