diff options
| author | Eric Laurent <elaurent@google.com> | 2014-03-14 10:02:43 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-14 10:02:43 +0000 |
| commit | fc3907054ff6dab21a07654e8bf0bd9a2b46fddc (patch) | |
| tree | 3b2d0f141627eb82c3c3638eabc3fffb56665c18 | |
| parent | daa827d53a1ee952188b90c0dc8ea51bc87cb27d (diff) | |
| parent | 1e95cf3eb9c3433cd9f66899797b71114a6857a6 (diff) | |
| download | android_hardware_qcom_audio-fc3907054ff6dab21a07654e8bf0bd9a2b46fddc.tar.gz android_hardware_qcom_audio-fc3907054ff6dab21a07654e8bf0bd9a2b46fddc.tar.bz2 android_hardware_qcom_audio-fc3907054ff6dab21a07654e8bf0bd9a2b46fddc.zip | |
am 1e95cf3e: am 34fa769a: audio msm8974: new path for speaker phone with AEC
* commit '1e95cf3eb9c3433cd9f66899797b71114a6857a6':
audio msm8974: new path for speaker phone with AEC
| -rw-r--r-- | hal/msm8974/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c index b5d568f5..15f84769 100644 --- a/hal/msm8974/platform.c +++ b/hal/msm8974/platform.c @@ -117,7 +117,7 @@ static const char * const device_table[SND_DEVICE_MAX] = { [SND_DEVICE_IN_SPEAKER_MIC] = "speaker-mic", [SND_DEVICE_IN_HEADSET_MIC] = "headset-mic", [SND_DEVICE_IN_HANDSET_MIC_AEC] = "handset-mic", - [SND_DEVICE_IN_SPEAKER_MIC_AEC] = "voice-speaker-mic", + [SND_DEVICE_IN_SPEAKER_MIC_AEC] = "speaker-mic-aec", [SND_DEVICE_IN_HEADSET_MIC_AEC] = "headset-mic", [SND_DEVICE_IN_VOICE_SPEAKER_MIC] = "voice-speaker-mic", [SND_DEVICE_IN_VOICE_HEADSET_MIC] = "voice-headset-mic", |
