topology2: bt-generic: fix PCM stream name definitions

Fix the mechanism to override the stream name in PCM caps.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2023-01-31 13:46:33 +02:00 committed by Kai Vehmanen
parent 1f9005bf5e
commit 39a7be72e5
1 changed files with 2 additions and 3 deletions

View File

@ -62,7 +62,7 @@ Object.Pipeline {
stream_name $BT_PB_PIPELINE_STREAM_NAME stream_name $BT_PB_PIPELINE_STREAM_NAME
} }
Object.Widget.copier.1 { Object.Widget.copier.1 {
stream_name 'SSP2 Playback' stream_name $BT_PB_PCM_CAPS
num_audio_formats 3 num_audio_formats 3
Object.Base.audio_format.0 { Object.Base.audio_format.0 {
in_bit_depth 16 in_bit_depth 16
@ -105,8 +105,7 @@ Object.Pipeline {
stream_name $BT_CP_PIPELINE_STREAM_NAME stream_name $BT_CP_PIPELINE_STREAM_NAME
} }
Object.Widget.copier.1 { Object.Widget.copier.1 {
stream_name 'SSP2 Capture' stream_name $BT_CP_PCM_CAPS
#stream_name $BT_PCM_CAPS
num_audio_formats 3 num_audio_formats 3
Object.Base.audio_format.0 { Object.Base.audio_format.0 {
in_bit_depth 16 in_bit_depth 16