summaryrefslogtreecommitdiff
path: root/mmfw-sysconf-simulator/etc/asound.conf
blob: 0ecfd1f6e8e602b612fcf83434f2458f93f60f7b (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
# default sound configuration for simulator

pcm. !default {
	type hw
	card 0
}

ctl. !default {
	type hw
	card 0
}

pcm. AIF2{
	type hw
	card 0
	device 1
}

pcm. AIF3{
	type hw
	card 0
	device 3
}

#LPaudio of simulator does not supported
pcm. lpaudio {
	type null
}