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

Commit a2234a70 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-957cd691-fb71-4770-8ff7-a3b9602655a5-for-git_oc-mr1-release-43...

release-request-957cd691-fb71-4770-8ff7-a3b9602655a5-for-git_oc-mr1-release-4314464 snap-temp-L54400000099147910

Change-Id: Id76956062d2dd8530369395143dfe2390948afd4
parents 4ebd4d0d c76a5353
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -27,6 +27,14 @@ LOCAL_SHARED_LIBRARIES := \
	libdl \
	libtinyalsa

# HACK to set the right record proxy effect card number.
# It should be retrieved from the primary hal USECASE_AUDIO_RECORD_AFE_PROXY.
ifneq ($(filter msm8998,$(TARGET_BOARD_PLATFORM)),)
  LOCAL_CFLAGS := -DCAPTURE_DEVICE=7
else
  LOCAL_CFLAGS := -DCAPTURE_DEVICE=8
endif

LOCAL_HEADER_LIBRARIES := libhardware_headers

LOCAL_MODULE_RELATIVE_PATH := soundfx
+0 −1
Original line number Diff line number Diff line
@@ -181,7 +181,6 @@ int thread_status;

#define MIXER_CARD 0
#define SOUND_CARD 0
#define CAPTURE_DEVICE 8

/* Proxy port supports only MMAP read and those fixed parameters*/
#define AUDIO_CAPTURE_CHANNEL_COUNT 2