Skip to content

Commit 4dd67e9

Browse files
committed
tools: topology2: change the default deep buffer speaker PCM name
Change the default PCM name for deep buffer speaker to "Deepbuffer Speaker". After this change, the naming is more consistent: - Jack Out - Speaker - Deepbuffer Jack Out - Deepbuffer Speaker Keep the existing topologies based on cavs-rt5682.conf unaffected (keep using old "Deepbuffer Amps" PCM name) as these are widely used. Deep buffer has so far been enabled only in one Soundwire based configuration (sof-ptl-rt712-l3-rt1320-l3-4ch.tplg). Change the PCM name as this is not yet referred in any upstream UCM definition yet. Suggest-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 79c5873 commit 4dd67e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/topology/topology2/cavs-sdw.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Define {
7575
DEEP_BUFFER_PCM_ID_2 35
7676
DEEP_BUFFER_PIPELINE_SRC_2 'mixin.16.1'
7777
DEEP_BUFFER_PIPELINE_SINK_2 'mixout.21.1'
78-
DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Amps'
78+
DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Speaker'
7979
SDW_JACK_OUT_STREAM 'SDW0-Playback'
8080
SDW_JACK_IN_STREAM 'SDW0-Capture'
8181
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)