Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions tools/topology/topology2/cavs-mixin-mixout-dax-ssp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
<include/components/dax/default.conf>
}
}
}
Expand Down Expand Up @@ -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
<include/components/dax/default.conf>
}
}
}
Expand Down