pmaports/device/testing/device-asus-tf700t/ucm/tegra-hda-HiFi.conf
Svyatoslav Ryhel 165094c86e
asus-tf700t: new device (ASUS Transformer Infinity) (MR 2123)
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2021-05-29 13:06:38 +02: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"
}
}
}
}