blob: abc6a850e508474ac86c801cd30726d36e786439 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# map default output to hardware card 0, device 0 (analog)
pcm.!default {
type hw
card 0
device 0
}
# same for the controls (alsamixer)
ctl.!default {
type hw
card 0
device 0
}
|