youyeetoo-r1: enable OUT1/OUT2 switches for es8323 headphone output on vendor kernel (#8963)

Add OUT1 and OUT2 switch controls to enable headphone output from the es8323 codec when using the vendor kernel. These switches are required for audio to be routed to the headphone jack on the vendor kernel, while the mainline kernel does not require these additional controls.
This commit is contained in:
SuperKali 2025-11-18 15:21:20 +01:00 committed by GitHub
parent b1ee4a5252
commit 6a64c9afbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

View File

@ -405,4 +405,24 @@ state.rockchipes8323 {
count 1
}
}
control.33 {
iface MIXER
name 'OUT1 Switch'
value true
comment {
access 'read write'
type BOOLEAN
count 1
}
}
control.34 {
iface MIXER
name 'OUT2 Switch'
value true
comment {
access 'read write'
type BOOLEAN
count 1
}
}
}