mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
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]
11 lines
314 B
C
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;
|
|
}
|
|
|