diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-19 05:21:01 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-19 05:21:01 +0000 |
commit | 7773ef40369ba042a1ba0743da33aadafe27864d (patch) | |
tree | fbab541d5ef1b8920d3d340e16c8f46eaa80422a | |
parent | 3709e794c34776f3ed53d36a927e93660c227c27 (diff) | |
download | pkgsrc-7773ef40369ba042a1ba0743da33aadafe27864d.tar.gz |
Add MESSAGE explaining how to configure alsa-plugins-pulse
-rw-r--r-- | audio/alsa-plugins-pulse/MESSAGE | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/alsa-plugins-pulse/MESSAGE b/audio/alsa-plugins-pulse/MESSAGE new file mode 100644 index 00000000000..d414631a48f --- /dev/null +++ b/audio/alsa-plugins-pulse/MESSAGE @@ -0,0 +1,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 + +=========================================================================== |