pkgsrc-wip/alsa-lib/MESSAGE

18 lines
468 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2008/11/17 12:32:32 yhardy Exp $
If you use the OSS sound system you may need to install audio/alsa-plugins
to enable sound output for your hardware. Then edit ~/.asoundrc to contain
(for NetBSD):
pcm.!default {
type oss
device /dev/audio
}
ctl.!default {
type oss
device /dev/mixer
}
===========================================================================