pmaports/device/testing/device-asus-tf300t/ucm/tegra-hda-HiFi.conf
Svyatoslav Ryhel 93f2d82d1d
asus-tf300t: new device (ASUS Transformer PAD) (MR 2026)
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
[ci:skip-build]: already built successfully in CI
2021-03-14 21:17:19 +01:00

24 lines
407 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"
}
}
}
}