Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 453a8ef7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: Add support for 8974 Voice2"

parents 3f390a9f f55b03c5
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -168,8 +168,8 @@ enum {
#define FM_PLAYBACK_PCM_DEVICE 5
#define FM_CAPTURE_PCM_DEVICE  6
#define HFP_PCM_RX 5
#define HFP_SCO_RX 22
#define HFP_ASM_RX_TX 23
#define HFP_SCO_RX 23
#define HFP_ASM_RX_TX 24

#define INCALL_MUSIC_UPLINK_PCM_DEVICE 1
#define INCALL_MUSIC_UPLINK2_PCM_DEVICE 16
@@ -201,11 +201,16 @@ enum {
#define VOICE2_CALL_PCM_DEVICE 13
#define VOLTE_CALL_PCM_DEVICE 21
#define QCHAT_CALL_PCM_DEVICE 06
#else
#elif PLATFORM_MSM8610
#define VOICE_CALL_PCM_DEVICE 2
#define VOICE2_CALL_PCM_DEVICE 13
#define VOLTE_CALL_PCM_DEVICE 14
#define QCHAT_CALL_PCM_DEVICE 20
#else
#define VOICE_CALL_PCM_DEVICE 2
#define VOICE2_CALL_PCM_DEVICE 22
#define VOLTE_CALL_PCM_DEVICE 14
#define QCHAT_CALL_PCM_DEVICE 20
#endif

#define LIB_CSD_CLIENT "libcsd-client.so"