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