audioreach: i2s_module: fix stream name (#49)

For some reason we ended up with incorrect stream name for the i2s
module, the stream prefix is in 13th param.
This commit is contained in:
Dmitry Baryshkov 2026-02-09 11:11:05 +02:00 committed by GitHub
commit 6d23a0fbab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"'