$NetBSD: patch-ac,v 1.1 2003/11/22 03:34:51 grant Exp $ --- rdpsnd_oss.c.orig 2003-10-30 01:13:59.000000000 +1100 +++ rdpsnd_oss.c @@ -45,7 +45,7 @@ static unsigned int queue_hi, queue_lo; BOOL wave_out_open(void) { - char *dsp_dev = "/dev/dsp"; + char *dsp_dev = AUDIO_DEV; if ((g_dsp_fd = open(dsp_dev, O_WRONLY | O_NONBLOCK)) == -1) {