Merge "audio: Fix Audio Record issue."
This commit is contained in:
commit
da707ea1d7
|
@ -85,6 +85,7 @@ ifneq ($(filter $(TRINKET) ,$(TARGET_BOARD_PLATFORM)),)
|
|||
endif
|
||||
ifneq ($(filter lito,$(TARGET_BOARD_PLATFORM)),)
|
||||
LOCAL_CFLAGS := -DPLATFORM_LITO
|
||||
LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4"
|
||||
endif
|
||||
ifneq ($(filter sdm660,$(TARGET_BOARD_PLATFORM)),)
|
||||
LOCAL_CFLAGS := -DPLATFORM_MSMFALCON
|
||||
|
|
Loading…
Reference in New Issue