redfin: audio: support audio zoom topology.

Bug: 151126169
Test: Verify by H/W

Change-Id: I5faf95eec683fae4d01c3ce3006ef895b278264f
Signed-off-by: justinweng <justinweng@google.com>
This commit is contained in:
justinweng
2020-03-10 18:47:02 +08:00
committed by Cyan_Hsieh
parent 797bb58dc3
commit 5b33332b52
2 changed files with 12 additions and 0 deletions

8
audio/audiozoom.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<topo id="268438186">
<module id="268435527">
<param zoom_id="268435542"/>
</module>
<app_type id="69948"/>
<instance id="32768"/>
</topo>

View File

@@ -101,6 +101,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
crus_sp_cal
# Audio audiozoom config data
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audiozoom.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audiozoom.xml
ifeq ($(wildcard vendor/google_devices/redfin/proprietary/device-vendor-redfin.mk),)
BUILD_WITHOUT_VENDOR := true
endif