blob: 27df6104d26ac546d4ac268665951931ecd5c481 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
To set the default PCM to the sndio plugin, create ~/.asoundrc with
pcm.!default {
type sndio
}
Optionally, use the 'volume' option to set the initial volume and
'device' to set the device to use.
|