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

Commit a25101cc 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 chipset specific HFP device IDs"

parents 5cb057ba 813feda6
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -168,8 +168,6 @@ enum {
#define FM_PLAYBACK_PCM_DEVICE 5
#define FM_CAPTURE_PCM_DEVICE  6
#define HFP_PCM_RX 5
#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
@@ -213,6 +211,14 @@ enum {
#define QCHAT_CALL_PCM_DEVICE 20
#endif

#ifdef PLATFORM_MSM8x26
#define HFP_SCO_RX 28
#define HFP_ASM_RX_TX 29
#else
#define HFP_SCO_RX 23
#define HFP_ASM_RX_TX 24
#endif

#define LIB_CSD_CLIENT "libcsd-client.so"
/* CSD-CLIENT related functions */
typedef int (*init_t)();