aboutsummaryrefslogtreecommitdiff
path: root/ucm2/codecs/rt5651/Speaker.conf
blob: 463d13b5525c988d54a9d30e88b4f2fce07404dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SectionDevice."Speaker" {
	Comment "Speakers"

	ConflictingDevice [
		"MonoSpeaker"
		"Headphones"
	]

	EnableSequence [
		cset "name='Speaker Switch' on"
		cset "name='LOUT L Playback Switch' on"
		cset "name='LOUT R Playback Switch' on"
		# Done after turning the speaker on to keep the bias and clk on
		cset "name='Headphone Switch' off"
		cset "name='HPO L Playback Switch' off"
		cset "name='HPO R Playback Switch' off"
	]

	DisableSequence [
		# This is done by the Headphones EnableSequence, so that the
		# Platform Clock and BIAS do not temporarily get turned off
		# as that breaks audio-streams which are playing when
		# switching between Speaker/Headphone
	]

	Value {
		PlaybackChannels "2"
	}
}