Skip to content

Commit

Permalink
topology2: Rename remaining non mixer kcontrols to follow new naming …
Browse files Browse the repository at this point in the history
…scheme

Rename all remaining kcontrols to follow the new naming scheme that is
already used for all mixers.

This commit changes kcontrol names as follows:

cavs-nocodec.conf:
'smart_amp_init' -> 'Main Playback and Port0 smart_amp_init'

cavs-mixin-mixout-hda.conf:
'4 Main capture Iir Eq' -> 'Analog Capture IIR Eq'

dmic-generic.conf:
'DMIC0 capture Iir Eq' -> 'DMIC0 Capture IIR Eq'

sdw-jack-generic.conf:
'4 Main capture Iir Eq' -> 'Jack In Capture IIR Eq'

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
  • Loading branch information
Jyri Sarha authored and kv2019i committed Jun 30, 2023
1 parent 3e3d0cd commit 50f5c8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/topology/topology2/cavs-mixin-mixout-hda.conf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Object.Pipeline {
}
Object.Widget.eqiir.1 {
Object.Control.bytes."1" {
name '4 Main capture Iir Eq'
name '$ANALOG_CAPTURE_PCM IIR Eq'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools/topology/topology2/cavs-nocodec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ IncludeByKey.PASSTHROUGH {
}

Object.Control.bytes."1" {
name smart_amp_init
name "Main Playback and $SSP0_PCM_NAME smart_amp_init"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools/topology/topology2/platform/intel/dmic-generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ IncludeByKey.PASSTHROUGH {
out_valid_bit_depth 32
}
Object.Control.bytes."1" {
name 'DMIC0 capture Iir Eq'
name 'DMIC0 Capture IIR Eq'
}
}
Object.Widget.pipeline."1" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ IncludeByKey.PASSTHROUGH {

Object.Control.bytes."1" {
<include/components/eqiir/highpass_40hz_0db_48khz.conf>
name '4 Main capture Iir Eq'
name '$JACK_CAPTURE_PCM_NAME Capture IIR Eq'
}
}
]
Expand Down

0 comments on commit 50f5c8f

Please sign in to comment.