summaryrefslogtreecommitdiff
path: root/audio/alsa-plugins-pulse/MESSAGE
blob: d414631a48f38bad9595ec7cee63b1c1681c2e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
===========================================================================
$NetBSD: MESSAGE,v 1.1 2008/12/19 05:21:01 jmcneill Exp $

To use ALSA with PulseAudio, add the following to ~/.asoundrc:

# begin ~/.asoundrc
pcm.!default {
	type pulse
}

ctl.!default {
	type pulse
}

pcm.pulse {
	type pulse
}

ctl.pulse {
	type pulse
}
# end ~/.asoundrc

===========================================================================