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

Commit 7f875d4e authored by Preetam Singh Ranawat's avatar Preetam Singh Ranawat
Browse files

audio: Fix Audio Record issue.

-Audio record is not working as max supported channel count is
 not specified for lito target, default channel count 1 is used
 as supported channels.
-Define max channel count to 4.

Change-Id: I001b51d595f3fa93c3ce0b85978d5148551f5179
parent 94c75974
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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