ARM: dts: fix audio routing of Odroid U3
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 20 Aug 2014 08:26:57 +0000 (17:26 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:40 +0000 (12:00 +0900)
This will route right Headset audio path for Odroid U3.

Change-Id: I8d52b8a9b388bd4f19168e22b7f6fcecf6bd347a
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
arch/arm/boot/dts/exynos4412-odroidu3.dts

index 0bafd23..68155c8 100644 (file)
        compatible = "samsung,odroidu3-audio";
        samsung,model = "Odroid-U3";
        samsung,audio-routing =
-               "Headphone Jack", "HPL",
-               "Headphone Jack", "HPR",
-               "Headphone Jack", "MICBIAS",
-               "IN1", "Headphone Jack",
+               "Headset Stereophone", "HPL",
+               "Headset Stereophone", "HPR",
                "Speakers", "SPKL",
-               "Speakers", "SPKR";
+               "Speakers", "SPKR",
+               "Headset Mic", "MICBIAS",
+               "IN1", "Headset Mic";
 };