diff -ruNd audio/rplay/patches/patch-ba audio/rplay/patches/patch-ba --- audio/rplay/patches/patch-ba Thu Jan 1 03:00:00 1970 +++ audio/rplay/patches/patch-ba Tue Jan 4 00:32:13 2000 @@ -0,0 +1,20 @@ +--- rplayd/audio/audio_FreeBSD.c.orig Fri Jan 26 10:10:43 1996 ++++ rplayd/audio/audio_FreeBSD.c Tue Jan 4 00:31:14 2000 +@@ -342,7 +342,7 @@ + return (-1); + } + +- if (!(mxdevmask & SOUND_MIXER_PCM)) ++ if (!(mxdevmask & SOUND_MASK_PCM)) + { + report (REPORT_ERROR, "rplay_audio_get_volume: pcm mixer device not installed\n"); + close (mx); +@@ -406,7 +406,7 @@ + return (-1); + } + +- if (!(mxdevmask & SOUND_MIXER_PCM)) ++ if (!(mxdevmask & SOUND_MASK_PCM)) + { + report (REPORT_ERROR, "rplay_audio_set_volume: pcm mixer device not installed\n"); + close (mx);