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

Commit 82dd9b22 authored by Surendar karka's avatar Surendar karka
Browse files

hal: enable custom stereo for apq8009



Enable custom stereo to support dual mono for
apq8009.

Change-Id: Id95639a7422b5fb03964be99449fcaa961e7902b
Signed-off-by: default avatarSurendar karka <sukark@codeaurora.org>
parent 3605a761
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ AM_CONDITIONAL([AUDIO_PARSER], [test x$AUDIO_FEATURE_ENABLED_PARSER = xtrue])
AM_CONDITIONAL([DTSHD_PARSER], [test x$AUDIO_FEATURE_ENABLED_DTSHD_PARSER = xtrue])
AM_CONDITIONAL([QAP], [test x$AUDIO_FEATURE_ENABLED_QAP = xtrue])
AM_CONDITIONAL([AUDIO_HW_FFV], [test x$AUDIO_FEATURE_ENABLED_FFV = xtrue])
AM_CONDITIONAL([CUSTOM_STEREO], [test x$AUDIO_FEATURE_ENABLED_CUSTOM_STEREO = xtrue])

AC_CONFIG_FILES([ \
        Makefile \
+4 −0
Original line number Diff line number Diff line
@@ -195,6 +195,10 @@ AM_CFLAGS += -DFFV_ENABLED \
c_sources += audio_extn/ffv.c
endif

if CUSTOM_STEREO
AM_CFLAGS += -DCUSTOM_STEREO_ENABLED
endif

h_sources = audio_extn/audio_defs.h \
            audio_extn/audio_extn.h \
            audio_hw.h \