forked from Lainports/opnsense-ports
8 lines
200 B
Text
8 lines
200 B
Text
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.
|