diff options
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/files/patch-an | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/rplay/files/patch-an b/audio/rplay/files/patch-an new file mode 100644 index 000000000000..e2f195deb3d2 --- /dev/null +++ b/audio/rplay/files/patch-an @@ -0,0 +1,20 @@ +--- rplayd/audio/audio_FreeBSD.c.orig Sun Jul 22 19:44:58 2001 ++++ rplayd/audio/audio_FreeBSD.c Sun Jul 22 19:47:01 2001 +@@ -353,7 +353,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); +@@ -417,7 +417,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); |