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

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

Merge "hal: add incall music uplink2 pcm id"

parents 17759cd1 a3886d29
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -180,7 +180,17 @@ enum {
#define HFP_PCM_RX 5

#define INCALL_MUSIC_UPLINK_PCM_DEVICE 1

#ifdef PLATFORM_MSM8610
#define INCALL_MUSIC_UPLINK2_PCM_DEVICE 14
#elif PLATFORM_MSM8x26
#define INCALL_MUSIC_UPLINK2_PCM_DEVICE 16
#elif PLATFORM_MSM8974
#define INCALL_MUSIC_UPLINK2_PCM_DEVICE 35
#else
#define INCALL_MUSIC_UPLINK2_PCM_DEVICE -1
#endif

#define SPKR_PROT_CALIB_RX_PCM_DEVICE 5
#define SPKR_PROT_CALIB_TX_PCM_DEVICE 25
#define PLAYBACK_OFFLOAD_DEVICE 9