xref: /OK3568_Linux_fs/debian/overlay/usr/share/alsa/ucm2/rockchip-hdmi1/Hdmi.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Usecase for device HDMI1/Display Port stereo playback on rockchip platforms
2# For Audio in I2S mode
3
4SectionDevice."HDMI1" {
5	Comment "HDMI/Display Port 2 Stereo"
6
7	Value {
8		PlaybackPriority 400
9		PlaybackPCM "hw:${CardId}"
10		If.1 {
11			Condition {
12				Type ControlExists
13				Control "iface=CARD,name='rockchip-hdmi1 Jack'"
14			}
15			True {
16				JackControl "rockchip-hdmi1 Jack"
17			}
18			False {
19				JackControl "rockchip-hdmi1 Jack"
20			}
21		}
22	}
23}
24