# Use case Configuration for Nexus 7
# Adapted to Ubuntu Touch by David Henningsson <david.henningsson@canonical.com>

SectionVerb {

	EnableSequence [
	]

	DisableSequence [
	]

	# ALSA PCM
	Value {
		# ALSA PCM device for HiFi
		PlaybackPCM "hw:cherrytrailcrau"
		CapturePCM "hw:cherrytrailcrau"
	}
}

SectionDevice."Headphones" {
	Comment "Headphones playback"

	ConflictingDevice [
		"Speaker"
	]

	EnableSequence [
		cdev "hw:cherrytrailcrau"
]

	DisableSequence [
		cdev "hw:cherrytrailcrau"
	]

	Value {
		PlaybackChannels "2"
	}
}


SectionDevice."Handset" {
	Comment "Main Microphone"

	EnableSequence [
		cdev "hw:cherrytrailcrau"
	]

	DisableSequence [
		cdev "hw:cherrytrailcrau"
	]

	Value {
		CaptureChannels "1"
	}
}


