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

Commit 2aae77d5 authored by Karthik Reddy Katta's avatar Karthik Reddy Katta
Browse files

hal: Fix for no LCH tone playback in DSDA

- Incorrect PCM device ID is being selected for
  incall music delivery usecase.
- Select proper PCM device for incall music uplink-2.

Change-Id: Ic53495790fbd4bf7eac3f45811f2a8973ea3c6d9
CRs-Fixed: 642160
parent df1c42f4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -175,10 +175,8 @@ enum {
#define INCALL_MUSIC_UPLINK2_PCM_DEVICE 15
#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
#define INCALL_MUSIC_UPLINK2_PCM_DEVICE 35
#endif

#define SPKR_PROT_CALIB_RX_PCM_DEVICE 5