audioreach: add define for MIX CTL

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
This commit is contained in:
Srinivas Kandagatla 2021-05-26 16:14:12 +01:00
commit e99aeba46c
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,4 @@
include(`audioreach/audioreach.m4') dnl
dnl stream_device_list: list the devices or streams from argument list
define(`stream_device_list',
`ifelse(`$#', `1', ,
@ -53,8 +54,8 @@ define(`DEVICE_CAPTURE_MIXER',
` }'
`'
` ops."ctl" {'
` get "259"'
` put "259"'
` get "SND_SOC_AR_TPLG_FE_BE_GRAPH_CTL_MIX"'
` put "SND_SOC_AR_TPLG_FE_BE_GRAPH_CTL_MIX"'
` info "1"'
` }'
`'
@ -78,8 +79,8 @@ define(`STREAM_PLAYBACK_MIXER',
` }'
`'
` ops."ctl" {'
` get "259"'
` put "259"'
` get "SND_SOC_AR_TPLG_FE_BE_GRAPH_CTL_MIX"'
` put "SND_SOC_AR_TPLG_FE_BE_GRAPH_CTL_MIX"'
` info "1"'
` }'
`'