2025-05-10 21:49:39 +08:00

23 lines
404 B
Plaintext

# Usecase for device Display Port stereo playback on rockchip platforms
SectionDevice."DP0" {
Comment "Display Port 1 Stereo"
Value {
PlaybackPriority 300
PlaybackPCM "hw:${CardId}"
If.1 {
Condition {
Type ControlExists
Control "iface=CARD,name='rockchip-dp0 Jack'"
}
True {
JackControl "rockchip-dp0 Jack"
}
False {
JackControl "rockchip-dp0 Jack"
}
}
}
}