# Use case for devices on rockchip,rt5616-codec card.

SectionVerb {

	EnableSequence [
	]

	DisableSequence [
	]
}

SectionDevice."Headphones" {
	Comment "Headphones playback"

	EnableSequence [
	]

	DisableSequence [
	]

	Value {
		PlaybackPCM "hw:rockchiprt5616c,0"
		PlaybackChannels "2"
		PlaybackPriority "1"
	}
}

SectionDevice."HDMI-stereo" {
	Comment "HDMI Digital Stereo Output"

	EnableSequence [
	]

	DisableSequence [
	]

	Value {
		PlaybackPCM "hw:rockchiprt5616c,1"
		PlaybackChannels "2"
		PlaybackPriority "2"
	}
}

SectionDevice."MIC" {
	Comment "Microphone"

	EnableSequence [
	]

	DisableSequence [
	]

	Value {
		CapturePCM "hw:rockchiprt5616c,0"
		CaptureChannels "2"
	}
}
