Add EnableSequence/DisableSequence entries for the Mic input device. Align BootSequence with other Toradex NXP module configurations. Remove Lineout from the BootSequence, as the codec Lineout output pin is not connected on the Apalis iMX8. Previously uninitialized configurations were set unpredictably at boot, causing high-noise input/output behavior. Set these configs explicitly to ensure the sound card starts in a known working state. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/761 Signed-off-by: Leonardo Costa <leonardo.costa@toradex.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
18 lines
367 B
Text
18 lines
367 B
Text
# Use case configuration for Toradex Apalis iMX8
|
|
|
|
Syntax 4
|
|
|
|
SectionUseCase."HiFi" {
|
|
File "/NXP/iMX8/Toradex/apalis-imx8/HiFi.conf"
|
|
Comment "Default"
|
|
}
|
|
|
|
BootSequence [
|
|
cset "name='Headphone Playback Switch' on"
|
|
cset "name='Headphone Playback Volume' 114"
|
|
|
|
cset "name='PCM Playback Volume' 144"
|
|
|
|
cset "name='Capture Switch' on"
|
|
cset "name='Capture Volume' 12"
|
|
]
|