comparison 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
comparison
equal deleted inserted replaced
30078:58ce7aad3fff 30079:1572612184fc
1 2000-07-05 Ken Raeburn <raeburn@gnu.org>
2
3 Sound support for NetBSD through "Linux emulation" support:
4 * config.in (HAVE_SOUNDCARD_H): Undef.
5 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
6 * Makefile.in (LIBSOUND): New variable.
7 (LIBES): Include it.
8 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and
9 <soundcard.h>.
10 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined
11 elsewhere.
12 (vox_open): Use DEFAULT_SOUND_DEVICE.
13 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
14
1 2000-07-05 Gerd Moellmann <gerd@gnu.org> 15 2000-07-05 Gerd Moellmann <gerd@gnu.org>
2 16
3 * print.c (print_error_message): If Vsignaling_function is set, 17 * print.c (print_error_message): If Vsignaling_function is set,
4 show it in *Messages*. 18 show it in *Messages*.
5 19