ports/multimedia/audacious-plugins/files/patch-src-OSS4-audio.c
Oliver Lehmann ac1b7fe183 update multimedia/audacious to 3.1.1
update multimedia/audacious-plugins to 3.1.1
update audio/audacious-duumb to 0.73 (to make it compatible with audacious 3.1.1) [1]
mark audio/wmauda as broken (not compatible with audacious 3.1.1)
bump PORTREVISION of depeding ports

Approved by:	maintainer [1]
2011-12-31 15:13:01 +00:00

11 lines
314 B
C

--- src/oss4/oss.c.orig 2011-11-08 17:38:49.000000000 +0100
+++ src/oss4/oss.c 2011-11-24 11:26:36.000000000 +0100
@@ -191,7 +191,7 @@
{
AUDDBG("Drain.\n");
- if (ioctl(oss_data->fd, SNDCTL_DSP_SYNC, NULL) == -1)
+ if (ioctl(oss_data->fd, SNDCTL_DSP_RESET, NULL) == -1)
DESCRIBE_ERROR;
}