From 5be6a1a5e000ed53ebed78d5919cc2c041b7aadb Mon Sep 17 00:00:00 2001 From: jmcneill Date: Fri, 19 Dec 2008 05:21:01 +0000 Subject: Add MESSAGE explaining how to configure alsa-plugins-pulse --- audio/alsa-plugins-pulse/MESSAGE | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 audio/alsa-plugins-pulse/MESSAGE (limited to 'audio') 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 + +=========================================================================== -- cgit v1.2.3