diff options
author | jk7744.park <jk7744.park@samsung.com> | 2016-02-24 18:54:46 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2016-02-24 18:54:46 +0900 |
commit | 316ca9645e33663c4c070dc631918ebe226229e2 (patch) | |
tree | 44a14488e3f79733a4207a6a5656a422e7021952 | |
parent | f1f39b2b3978f3f6fb738837c194f97f206f82e0 (diff) | |
download | audio-config-sc-tizen_2.4.tar.gz audio-config-sc-tizen_2.4.tar.bz2 audio-config-sc-tizen_2.4.zip |
Tizen 2.4.0 rev3 SDK Public Releasetizen_2.4
-rwxr-xr-x | Z3-3G-sc7730/ucm/Voice | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Z3-3G-sc7730/ucm/Voice b/Z3-3G-sc7730/ucm/Voice index d9801e0..88a1bea 100755 --- a/Z3-3G-sc7730/ucm/Voice +++ b/Z3-3G-sc7730/ucm/Voice @@ -98,9 +98,9 @@ SectionDevice."Speaker" { cdev "hw:sprdphone" # sprdphone speaker playback path - #cset "name='SPKL Mixer DACLSPKL Switch' 0" - #cset "name='SPKL Mixer DACRSPKL Switch' 0" - #cset "name='Speaker Function' 0" + cset "name='SPKL Mixer DACLSPKL Switch' 0" + cset "name='SPKL Mixer DACRSPKL Switch' 0" + cset "name='Speaker Function' 0" ] @@ -148,9 +148,9 @@ SectionDevice."Headphones" { cdev "hw:sprdphone" # sprdphone Headphones playback path - #cset "name='HeadPhone Function' 0" - #cset "name='HPL Mixer DACLHPL Switch' 0" - #cset "name='HPR Mixer DACRHPR Switch' 0" + cset "name='HeadPhone Function' 0" + cset "name='HPL Mixer DACLHPL Switch' 0" + cset "name='HPR Mixer DACRHPR Switch' 0" ] @@ -196,7 +196,7 @@ SectionDevice."Earpiece" { cdev "hw:sprdphone" # sprdphone playback path - #cset "name='Earpiece Function' 0" + cset "name='Earpiece Function' 0" ] |