Skip to content

Commit 34dc822

Browse files
Sylwester Nawrockikrzk
authored andcommitted
ARM: dts: exynos: Fix audio routing on Odroid XU3
Add missing audio routing entry for the capture stream, this change is required to fix audio recording on Odroid XU3/XU3-Lite. Fixes: 885b005 ("ARM: dts: exynos: Add support for secondary DAI to Odroid XU3") Cc: [email protected] Signed-off-by: Sylwester Nawrocki <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 23c8567 commit 34dc822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"Speakers", "SPKL",
2727
"Speakers", "SPKR",
2828
"I2S Playback", "Mixer DAI TX",
29-
"HiFi Playback", "Mixer DAI TX";
29+
"HiFi Playback", "Mixer DAI TX",
30+
"Mixer DAI RX", "HiFi Capture";
3031

3132
assigned-clocks = <&clock CLK_MOUT_EPLL>,
3233
<&clock CLK_MOUT_MAU_EPLL>,

0 commit comments

Comments
 (0)