summaryrefslogtreecommitdiff
path: root/mmfw-sysconf-hawkp/etc/asound.conf
blob: f717a3ebf611745b53483d0b9de26ca688833b3c (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
pcm. !default {
	type asym
	playback.pcm {
		type hw
		card 0
		device 0
	}
	capture.pcm {
		type hw
		card 0
		device 0
	}
}

ctl. !default {
	type hw
	card 0
}

pcm. AIF2{
	type hw
	card 0
	device 1
	format S16_LE
	channels 2
	rate 8000
}

pcm. AIF3{
	type hw
	card 0
	device 2
	format S16_LE
	channels 2
	rate 8000
}

pcm. AIF4{
	type hw
	card 0
	device 4
	format S16_LE
	channels 2
	rate 44100
}

ctl. wm1811 {
	type hw
	card 0
}