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

Commit 0d66128f authored by Satya Krishna Pindiproli's avatar Satya Krishna Pindiproli
Browse files

hal: Change device IDs of HFP

DAI links for HFP in the machine driver of 8x26 were changed.
Match the IDs in HAL with those in the kernel.

Change-Id: I8996e7d8a150bf6550bf3fbf207f76a6d1d311df
parent db32b0c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -212,8 +212,8 @@ enum {
#endif

#ifdef PLATFORM_MSM8x26
#define HFP_SCO_RX 21
#define HFP_ASM_RX_TX 22
#define HFP_SCO_RX 28
#define HFP_ASM_RX_TX 29
#else
#define HFP_SCO_RX 23
#define HFP_ASM_RX_TX 24