Merge "hal: update voice PCM device IDs for msm8994"

This commit is contained in:
Linux Build Service Account 2014-05-25 05:44:32 -07:00 committed by Gerrit - the friendly Code Review server
commit 37f1c5a90a
1 changed files with 6 additions and 0 deletions

View File

@ -243,6 +243,12 @@ enum {
#define VOLTE_CALL_PCM_DEVICE 15
#define QCHAT_CALL_PCM_DEVICE 14
#define VOWLAN_CALL_PCM_DEVICE -1
#elif PLATFORM_MSM8994
#define VOICE_CALL_PCM_DEVICE 2
#define VOICE2_CALL_PCM_DEVICE 22
#define VOLTE_CALL_PCM_DEVICE 14
#define QCHAT_CALL_PCM_DEVICE 20
#define VOWLAN_CALL_PCM_DEVICE 36
#else
#define VOICE_CALL_PCM_DEVICE 2
#define VOICE2_CALL_PCM_DEVICE 22