feat(kaisa): UCM2 Jack-driven HDMI + WirePlumber UCM Lua
Add GoogleKaisa HiFi UCM with JackControl and IEC958 sequences for HDMI1/2/3, card entry under conf.d/sof-rt5682, and main.lua.d rule to enable UCM/ACP on sof-rt5682. Add install/disable helper scripts and OPERATION section for verification; restore pro-audio wireplumber sample under docs. Made-with: Cursor
This commit is contained in:
16
wireplumber/main.lua.d/60-kaisa-ucm.lua
Normal file
16
wireplumber/main.lua.d/60-kaisa-ucm.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
-- Kaisa (sof-rt5682): enable UCM + ACP so HiFi profile / Jack-driven ports work.
|
||||
-- WirePlumber 0.4.x: appended after stock alsa rules.
|
||||
|
||||
table.insert(alsa_monitor.rules, {
|
||||
matches = {
|
||||
{
|
||||
{ "api.alsa.card.name", "equals", "sof-rt5682" },
|
||||
},
|
||||
},
|
||||
apply_properties = {
|
||||
["api.alsa.use-acp"] = true,
|
||||
["api.alsa.use-ucm"] = true,
|
||||
["api.acp.auto-profile"] = true,
|
||||
["api.acp.auto-port"] = true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user