alsa-ucm-conf/ucm2/codecs/cs42l43-spk/init.conf
Maciej Strozek dd191521cb ucm2: sof-soundwire: cs42l43: Separate init handling of speaker and headset
Since cs42l43 can be used without UAJ, make sure the speakers can be
initialised separately. Complements [1] and add a possible speaker mute
LED bind.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/748
Link: https://github.com/alsa-project/alsa-ucm-conf/pull/738 [1]
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2026-05-04 11:26:02 +02:00

14 lines
No EOL
346 B
Text

# cs42l43-spk specific control settings
LibraryConfig.remap.Config {
ctl.default.map {
"name='cs42l43 Speaker Playback Switch'" {
"name='cs42l43 Speaker Digital Switch'".vindex.0 0
"name='cs42l43 Speaker Digital Switch'".vindex.1 1
}
}
}
Macro [
{ SetLED { LED="speaker" Action="attach" CtlId="cs42l43 Speaker Digital Switch" } }
]