topology2: Rename remaining non mixer kcontrols to follow new naming 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>
This commit is contained in:
Jyri Sarha 2023-06-27 22:31:53 +03:00 committed by Kai Vehmanen
parent 3e3d0cdeab
commit 50f5c8fbdc
4 changed files with 4 additions and 4 deletions

View File

@ -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'
}
}
}

View File

@ -236,7 +236,7 @@ IncludeByKey.PASSTHROUGH {
}
Object.Control.bytes."1" {
name smart_amp_init
name "Main Playback and $SSP0_PCM_NAME smart_amp_init"
}
}
}

View File

@ -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" {

View File

@ -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'
}
}
]