aboutsummaryrefslogtreecommitdiff
path: root/.asoundrc
blob: f2b736b0346f57a0ee7afb16fc7f47af2aa49b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pcm.!default {
  type asym
  playback.pcm "plughw:0"
  capture.pcm "plughw:0"
}
ctl.!default {
  type hw
  card 1
}

pcm.dsp {
type plug
slave.pcm "dmix"
}