mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
25 lines
427 B
Plaintext
25 lines
427 B
Plaintext
===========================================================================
|
|
$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
|
|
|
|
===========================================================================
|