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:
parent
c93411ad18
commit
d62ed26ea4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue