aboutsummaryrefslogtreecommitdiff
path: root/ucm2/DB820c/HDMI.conf
blob: c0d40f690f6661a83706bdcdebc0ad0f3b32eccc (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
30
31
32
33
34
# Use case configuration for DB820c board.
# Author: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

SectionVerb {
        EnableSequence [
		cset "name='HDMI Mixer MultiMedia1' 1"
        ]

        DisableSequence [
		cset "name='HDMI Mixer MultiMedia1' 0"
	]

        Value {
                TQ "HiFi"
        }
}

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

        EnableSequence [
		cset "name='HDMI Mixer MultiMedia1' 1"
        ]

        DisableSequence [
		cset "name='HDMI Mixer MultiMedia1' 0"
        ]

        Value {
		PlaybackPriority 200
		PlaybackPCM "plughw:${CardId}"
		PlaybackChannels 2
        }
}