diff --git a/tools/topology/topology2/cavs-mixin-mixout-dax-ssp.conf b/tools/topology/topology2/cavs-mixin-mixout-dax-ssp.conf index b2d1d59d0b25..e105f1d40a35 100644 --- a/tools/topology/topology2/cavs-mixin-mixout-dax-ssp.conf +++ b/tools/topology/topology2/cavs-mixin-mixout-dax-ssp.conf @@ -88,27 +88,26 @@ Object.Pipeline { core_id $DOLBY_DAX_CORE_ID Object.Control { mixer."1" { - name 'DAX $HEADSET_PCM_NAME Playback Switch' + name 'DAX Headphone Switch' } mixer."2" { - name 'DAX $HEADSET_PCM_NAME Playback Switch CP' + name 'DAX Headphone Switch CP' } mixer."3" { - name 'DAX $HEADSET_PCM_NAME Playback Switch CTC' + name 'DAX Headphone Switch CTC' } mixer."4" { - name 'DAX $HEADSET_PCM_NAME Playback Volume' + name 'DAX Headphone Volume' } enum."1" { - name 'DAX $HEADSET_PCM_NAME Playback Profile' + name 'DAX Headphone Profile' } enum."2" { - name 'DAX $HEADSET_PCM_NAME Playback Device' + name 'DAX Headphone Device' } bytes."1" { - name 'DAX $HEADSET_PCM_NAME Playback Tuning' + name 'DAX Headphone Tuning' max 8192 - } } } @@ -155,27 +154,26 @@ Object.Pipeline { core_id $DOLBY_DAX_CORE_ID Object.Control { mixer."1" { - name 'DAX $SPEAKER_PCM_NAME Playback Switch' + name 'DAX Speaker Switch' } mixer."2" { - name 'DAX $SPEAKER_PCM_NAME Playback Switch CP' + name 'DAX Speaker Switch CP' } mixer."3" { - name 'DAX $SPEAKER_PCM_NAME Playback Switch CTC' + name 'DAX Speaker Switch CTC' } mixer."4" { - name 'DAX $SPEAKER_PCM_NAME Playback Volume' + name 'DAX Speaker Volume' } enum."1" { - name 'DAX $SPEAKER_PCM_NAME Playback Profile' + name 'DAX Speaker Profile' } enum."2" { - name 'DAX $SPEAKER_PCM_NAME Playback Device' + name 'DAX Speaker Device' } bytes."1" { - name 'DAX $SPEAKER_PCM_NAME Playback Tuning' + name 'DAX Speaker Tuning' max 8192 - } } }