aboutsummaryrefslogtreecommitdiff
path: root/audio/alsa-sndio/pkg-message
blob: 4437796f16468f10ba9257e04ade7f0f7399b316 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
{ type: install
  message: <<EOM
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.
EOM
}
]