# Usecase for device HDMI1/Display Port stereo playback on Intel SKYLAKE/KABYLAKE platforms
# For Audio in I2S mode

SectionDevice."Hdmi1" {
        Comment "HDMI/Display Port 1 Stereo"

        Value {
                PlaybackPCM "hw:${CardId},4"
                PlaybackChannels "2"
                PlaybackPriority "3"
		If.1 {
			Condition {
				ControlExists
				Control "iface=CARD,name='HDMI/DP,pcm=4 Jack'"
			}
			True {
				JackControl "HDMI/DP,pcm=4 Jack"
			}
			False {
				JackControl "HDMI/DP, pcm=4 Jack"
			}
		}
	}
}
