Merge "hal: msm8998 define max channel count to 8"

This commit is contained in:
qctecmdr 2019-10-12 08:51:39 -07:00 committed by Gerrit - the friendly Code Review server
commit e4f3d00622
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
endif
ifneq ($(filter msm8998 apq8098_latv,$(TARGET_BOARD_PLATFORM)),)
LOCAL_CFLAGS := -DPLATFORM_MSM8998
LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4"
LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="8"
LOCAL_CFLAGS += -DINCALL_MUSIC_ENABLED
endif
ifneq ($(filter sdm845,$(TARGET_BOARD_PLATFORM)),)