mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-29 02:53:50 +00:00
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:
8
audio/audiozoom.xml
Normal file
8
audio/audiozoom.xml
Normal 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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user