Loading visualizer/Android.mk +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading visualizer/offload_visualizer.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
visualizer/Android.mk +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
visualizer/offload_visualizer.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading