Skip to content

Commit 8191f75

Browse files
committed
tools: topology2: change deep buffer speaker PCM name for SDW
Change the PCM name for deep buffer speaker from to "Deepbuffer Speaker". This only affects one shipping topology file sof-ptl-rt712-l3-rt1320-l3-4ch.tplg. After this change, the naming is more consistent: - Jack Out - Speaker - Deepbuffer Jack Out - Deepbuffer Speaker Suggest-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent f28ac10 commit 8191f75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/topology/topology2/cavs-sdw.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Define {
7474
DEEP_BUFFER_PCM_ID_2 35
7575
DEEP_BUFFER_PIPELINE_SRC_2 'mixin.16.1'
7676
DEEP_BUFFER_PIPELINE_SINK_2 'mixout.21.1'
77-
DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Amps'
77+
DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Speaker'
7878
SDW_JACK_OUT_STREAM 'SDW0-Playback'
7979
SDW_JACK_IN_STREAM 'SDW0-Capture'
8080
SDW_JACK_OUT_BE_ID 0

tools/topology/topology2/platform/intel/deep-buffer-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Define {
44
DEEP_BUF_JACK_RATE 48000
55

66
DEEP_BUFFER_PCM_NAME 'Deepbuffer Jack Out'
7-
DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Amps'
7+
DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Speaker'
88
}

0 commit comments

Comments
 (0)