hal: add support for msm cobalt for platform defines
Add in support for msm cobalt for playback offload device defines. Change-Id: I82d4f5962ed714d59146f551c4834ee74b675b42
This commit is contained in:
parent
01b79a53ee
commit
c153646856
|
@ -264,11 +264,11 @@ enum {
|
|||
#define PLAYBACK_OFFLOAD_DEVICE 9
|
||||
|
||||
// Direct_PCM
|
||||
#if defined (PLATFORM_MSM8994) || defined (PLATFORM_MSM8996) || defined (PLATFORM_APQ8084)
|
||||
#if defined (PLATFORM_MSM8994) || defined (PLATFORM_MSM8996) || defined (PLATFORM_APQ8084) || defined (PLATFORM_MSMCOBALT)
|
||||
#define PLAYBACK_OFFLOAD_DEVICE2 17
|
||||
#endif
|
||||
|
||||
#if defined (PLATFORM_APQ8084) || defined (PLATFORM_MSM8996)
|
||||
#if defined (PLATFORM_APQ8084) || defined (PLATFORM_MSM8996) || defined (PLATFORM_MSMCOBALT)
|
||||
#define PLAYBACK_OFFLOAD_DEVICE3 18
|
||||
#define PLAYBACK_OFFLOAD_DEVICE4 34
|
||||
#define PLAYBACK_OFFLOAD_DEVICE5 35
|
||||
|
|
Loading…
Reference in New Issue