audioreach: i2s_module: fix stream name

For some reason we ended up with incorrect stream name for the i2s
module, the stream prefix is in 13th param.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
This commit is contained in:
Srinivas Kandagatla
2026-02-01 08:11:26 +00:00
parent c93411ad18
commit d62ed26ea4
+2 -2
View File
@@ -32,7 +32,7 @@ define(`AR_MODULE_I2S_RX',
` index STR($1)'
` type "aif_in"'
` no_pm "true"'
` stream_name "$15 MI2S Playback"'
` stream_name "$13 MI2S Playback"'
` subseq "10"'
` data ['
` "NAME_PREFIX.sub_graph$2_data"'
@@ -72,7 +72,7 @@ define(`AR_MODULE_I2S_TX',
` index STR($1)'
` type "aif_out"'
` no_pm "true"'
` stream_name "$15 MI2S Capture"'
` stream_name "$13 MI2S Capture"'
` subseq "10"'
` data ['
` "NAME_PREFIX.sub_graph$2_data"'