For the list of changes between 1.0.16 and 1.0.18 see: http://www.alsa-project.org/main/index.php/Changes_v1.0.16_v1.0.17 http://www.alsa-project.org/main/index.php/Changes_v1.0.17_v1.0.18 under the section alsa-lib.
18 lines
468 B
Text
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
|
|
}
|
|
|
|
===========================================================================
|