summaryrefslogtreecommitdiffstats
path: root/hal/audio_extn/audio_extn.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-11-16 02:29:42 -0800
committerLinux Build Service Account <lnxbuild@localhost>2019-11-16 02:29:42 -0800
commiteed592f9f4725675f902eec412d2c6e3dc93084f (patch)
treed08e268f31f6c4dcb449187917b18980c26ad723 /hal/audio_extn/audio_extn.h
parent3226e8dcb4be3ec878869f0f821b0d3615ea1b41 (diff)
parent4a6aff442eb253a0ef28fb68af6ff62ea02d26bc (diff)
downloadhardware_qcom_audio-eed592f9f4725675f902eec412d2c6e3dc93084f.tar.gz
hardware_qcom_audio-eed592f9f4725675f902eec412d2c6e3dc93084f.tar.bz2
hardware_qcom_audio-eed592f9f4725675f902eec412d2c6e3dc93084f.zip
Merge 4a6aff442eb253a0ef28fb68af6ff62ea02d26bc on remote branch
Change-Id: I004f75cb6293eeda7af8eb6b5322383be384d893
Diffstat (limited to 'hal/audio_extn/audio_extn.h')
-rw-r--r--hal/audio_extn/audio_extn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hal/audio_extn/audio_extn.h b/hal/audio_extn/audio_extn.h
index 74581cd8..f37c948e 100644
--- a/hal/audio_extn/audio_extn.h
+++ b/hal/audio_extn/audio_extn.h
@@ -108,9 +108,10 @@ int audio_extn_parse_compress_metadata(struct stream_out *out,
#define AUDIO_OUTPUT_BIT_WIDTH ((config->offload_info.bit_width == 32) ? 24\
:config->offload_info.bit_width)
-#ifndef AUDIO_HW_EXTN_API_ENABLED
+#ifndef ENABLE_EXTENDED_COMPRESS_FORMAT
#define compress_set_metadata(compress, metadata) (0)
#define compress_get_metadata(compress, metadata) (0)
+#define compress_set_next_track_param(compress, codec_options) (0)
#endif
#define MAX_LENGTH_MIXER_CONTROL_IN_INT (128)