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

Commit 492620a1 authored by Xiaoyu Ye's avatar Xiaoyu Ye Committed by Gerrit - the friendly Code Review server
Browse files

configs: lahaina: change dedicated SVA path to false

The current soundwire digital MIC's configurations
require dedicated_sva_path to be set to false in
sound_trigger_platform_info.xml so that SVA TX
concurrency use cases can work normally.

Change-Id: I05cc8f8e68227b6670f75d2a31cc9b078771e205
parent 643059a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
        <!-- Param used to match and obtain device backend index -->
        <param backend_dai_name="VA_CDC_DMA_TX_0" />
        <!-- Param used to indicate if SVA has dedicated SLIM ports -->
        <param dedicated_sva_path="true" />
        <param dedicated_sva_path="false" />
        <param dedicated_headset_path="false" />
        <param platform_lpi_enable="true" />
        <param enable_debug_dumps="false" />