mirror of
https://github.com/linux-msm/audioreach-topology.git
synced 2026-06-03 22:57:52 -07:00
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:
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user