diff src/ChangeLog @ 30079:1572612184fc

Sound support for NetBSD through "Linux emulation" support: * config.in (HAVE_SOUNDCARD_H): Undef. (HAVE_SOUND): Define if HAVE_SOUNDCARD_H. * Makefile.in (LIBSOUND): New variable. (LIBES): Include it. * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>. (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere. (vox_open): Use DEFAULT_SOUND_DEVICE. * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
author Ken Raeburn <raeburn@raeburn.org>
date Wed, 05 Jul 2000 19:33:00 +0000
parents 71c92eebabd0
children 7e9128a8782c
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 05 19:18:52 2000 +0000
+++ b/src/ChangeLog	Wed Jul 05 19:33:00 2000 +0000
@@ -1,3 +1,17 @@
+2000-07-05  Ken Raeburn  <raeburn@gnu.org>
+
+	Sound support for NetBSD through "Linux emulation" support:
+	* config.in (HAVE_SOUNDCARD_H): Undef.
+	(HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
+	* Makefile.in (LIBSOUND): New variable.
+	(LIBES): Include it.
+	* sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and
+	<soundcard.h>.
+	(DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined
+	elsewhere.
+	(vox_open): Use DEFAULT_SOUND_DEVICE.
+	* s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
+
 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
 
 	* print.c (print_error_message): If Vsignaling_function is set,