4d651d6069
The device has been renamed from fujitsu-m532 to pegatron-chagall since several rebrands of this board exist (Olivetti Olipad3, Siragon 4N, etc.), and Fujitsu M532 is just one of those. Signed-off-by: Raffaele Tranquillini <raffaele.tranquillini@gmail.com>
24 lines
No EOL
406 B
Text
24 lines
No EOL
406 B
Text
If.hdmi {
|
|
Condition {
|
|
Type ControlExists
|
|
Control "iface=CARD,name='HDMI/DP,pcm=3 Jack'"
|
|
}
|
|
True {
|
|
SectionDevice."HDMI1" {
|
|
Comment "HDMI / DisplayPort Output"
|
|
|
|
EnableSequence [
|
|
cset "name='IEC958 Playback Switch' on"
|
|
]
|
|
|
|
DisableSequence [
|
|
cset "name='IEC958 Playback Switch' off"
|
|
]
|
|
|
|
Value {
|
|
PlaybackPCM "hw:${CardId},3"
|
|
JackControl "HDMI/DP,pcm=3 Jack"
|
|
}
|
|
}
|
|
}
|
|
} |