From 05f803c66eb4067cf4c202545894c1a1dee03863 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Sat, 17 Oct 2015 23:19:54 -0700 Subject: [PATCH] Revert "HiFi: Speaker: Set HPOUT2R Input 1 source to AIF1RX2 to support right channel" This reverts commit a718a26495247fef9b1a2e4f544393e6c010328e. It is because of no sound in paplay. Change-Id: I291d3e8b6d2a246d4f263fbd70eb874519ccdf78 --- wm5110/hifi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm5110/hifi b/wm5110/hifi index 507f972..2334ce0 100644 --- a/wm5110/hifi +++ b/wm5110/hifi @@ -51,7 +51,7 @@ SectionDevice."Speaker" { # Path cset "name='SPK Switch' 1" cset "name='HPOUT2L Input 1' 15" - cset "name='HPOUT2R Input 1' 16" + cset "name='HPOUT2R Input 1' 0" cset "name='HPOUT2 Digital Switch' 1,1" ] @@ -103,7 +103,7 @@ SectionDevice."Line" { # Path cset "name='VPS Switch' 1" cset "name='HPOUT2L Input 1' 15" - cset "name='HPOUT2R Input 1' 16" + cset "name='HPOUT2R Input 1' 0" cset "name='HPOUT2 Digital Switch' 1,1" ] -- 2.7.4