sof-soundwire: rt711-sdca: set PGA30.0 volume in BootSequence
No sound from headphone jack on Dell Precision 5480, Ubuntu 24.04.4 LTS kernel version 6.17.0-20-generic The SOF DSP pipeline volume PGA30.0 (pipeline 30, PCM device 0) defaults to 0 at boot, which the dBscale treats as a hardware mute. The DAPM chain is active and audio flows on the SoundWire bus, but the pipeline passes silence into the codec. Set PGA30.0 30 Playback Volume to 32,32 (0 dB) so the pipeline is not muted when headphones are enabled. Software volume is applied on top by PipeWire/PulseAudio independently. Tested on Dell Precision 5480 (Intel Raptor Lake-P, rt711-sdca on SoundWire master-0-2). Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/740 Signed-off-by: D Kovacek <dankovacek@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
387977a8b6
commit
32c364e350
1 changed files with 10 additions and 0 deletions
|
|
@ -171,6 +171,16 @@ If.pga_init_pga5 {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
If.pga_init_pga30 {
|
||||||
|
Condition {
|
||||||
|
Type ControlExists
|
||||||
|
Control "name='PGA30.0 30 Playback Volume'"
|
||||||
|
}
|
||||||
|
True.BootSequence [
|
||||||
|
cset "name='PGA30.0 30 Playback Volume' 32,32"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
If.mics-array {
|
If.mics-array {
|
||||||
Condition {
|
Condition {
|
||||||
Type String
|
Type String
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue