From: Marcus Cooper <[email protected]> The Mele I7 has an audio jack for the SoC's internal codec.
Signed-off-by: Marcus Cooper <[email protected]> --- arch/arm/boot/dts/sun6i-a31-i7.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31-i7.dts b/arch/arm/boot/dts/sun6i-a31-i7.dts index f3468a14596e..a2193309a199 100644 --- a/arch/arm/boot/dts/sun6i-a31-i7.dts +++ b/arch/arm/boot/dts/sun6i-a31-i7.dts @@ -71,6 +71,12 @@ }; }; +&codec { + allwinner,audio-routing = + "Headphone", "HP"; + status = "okay"; +}; + &ehci0 { status = "okay"; }; -- 2.11.0 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
