diff options
author | UK KIM <w0806.kim@samsung.com> | 2011-01-20 15:13:07 -0800 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-17 17:52:59 -0800 |
commit | 77af1a3dbbcd68a9cdeaaa57d005aecd4211e652 (patch) | |
tree | ccb631909f00a365ce8567db657794fbd0ae3426 /sound/soc/codecs/wm8994_samsung.c | |
parent | 57fa7462e9b473fc5c8859558fa078c6422d0051 (diff) | |
download | kernel_samsung_crespo-77af1a3dbbcd68a9cdeaaa57d005aecd4211e652.zip kernel_samsung_crespo-77af1a3dbbcd68a9cdeaaa57d005aecd4211e652.tar.gz kernel_samsung_crespo-77af1a3dbbcd68a9cdeaaa57d005aecd4211e652.tar.bz2 |
ASOC: added input source for voice communication.
devided gain table between voice capture and voice communication.
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Change-Id: Ie29abf9e2bb7fd48582ef3a7550bb82398c511c6
Diffstat (limited to 'sound/soc/codecs/wm8994_samsung.c')
-rwxr-xr-x | sound/soc/codecs/wm8994_samsung.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994_samsung.c b/sound/soc/codecs/wm8994_samsung.c index 74a75dd..32b6163 100755 --- a/sound/soc/codecs/wm8994_samsung.c +++ b/sound/soc/codecs/wm8994_samsung.c @@ -283,7 +283,7 @@ static const char *voicecall_path[] = { "OFF", "RCV", "SPK", "HP", static const char *mic_path[] = { "Main Mic", "Hands Free Mic", "BT Sco Mic", "MIC OFF" }; static const char *input_source_state[] = { "Default", "Voice Recognition", - "Camcorder" }; + "Camcorder", "Voice Communication"}; static int wm8994_get_mic_path(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |