summaryrefslogtreecommitdiffstats
path: root/asound.conf
diff options
context:
space:
mode:
authorEd Heyl <edheyl@google.com>2010-09-01 18:04:46 -0700
committerEd Heyl <edheyl@google.com>2010-09-01 18:04:46 -0700
commit1eaf1002f85256a6f95aaba2a97a4760284b8cfb (patch)
tree2b0dbd114babbcec3185da6bb5329bf0e7e2f3dc /asound.conf
parenta37e8d90fad287d8d8d238ca92262c3dec2363dd (diff)
downloaddevice_samsung_crespo-1eaf1002f85256a6f95aaba2a97a4760284b8cfb.tar.gz
device_samsung_crespo-1eaf1002f85256a6f95aaba2a97a4760284b8cfb.tar.bz2
device_samsung_crespo-1eaf1002f85256a6f95aaba2a97a4760284b8cfb.zip
S5PC11X: Sound: use playback receiver path in Earpiece_Normal mode
Change-Id: I9b90c8326e5433de9f13398f295260a7bc34e9e0
Diffstat (limited to 'asound.conf')
-rw-r--r--asound.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/asound.conf b/asound.conf
index 4213f31..c2aaa6b 100644
--- a/asound.conf
+++ b/asound.conf
@@ -133,8 +133,10 @@ pcm.AndroidPlayback_Earpiece_normal {
type ctl_elems
hook_args [
# Enable audio output from the DSP
- {name "MIC Path" value 0} # 0:Main Mic 1:Sub MIC
- {name "Voice Call Path" value 1} # 0:OFF 1:RCV 2:SPK
+ #{name "MIC Path" value 0} # 0:Main Mic 1:Sub MIC
+ #{name "Voice Call Path" value 1} # 0:OFF 1:RCV 2:SPK
+ # 3:HP 4:BT
+ {name "Playback Path" value 1} # 0:OFF 1:RCV 2:SPK
# 3:HP 4:BT
]
}