# HG changeset patch # User js # Date 1159814403 25200 # Node ID a4320fd56b6f45a4abf8137279ba643ed49e8527 # Parent 11d45400f5ed4889ab48467924529dad9b0e3ecb [svn] Typo in ChangeLog fixed. diff -r 11d45400f5ed -r a4320fd56b6f ChangeLog --- a/ChangeLog Mon Oct 02 11:29:31 2006 -0700 +++ b/ChangeLog Mon Oct 02 11:40:03 2006 -0700 @@ -1,3 +1,15 @@ +2006-10-02 18:29:31 +0000 Jonathan Schleifer + revision [148] + The mixer device isn't opened and closed for every action now, instead + it gets opened as soon as needed and closed if it's not needed anymore. + This fixes a lot of bugs with the mixer of the OSS plugin, including + the one that setting the volume on OpenBSD via OSS didn't work at all. + + trunk/src/OSS/audio.c | 4 +++ + trunk/src/OSS/mixer.c | 54 ++++++++++++++++++++++++++------------------------ + 2 files changed, 33 insertions(+), 25 deletions(-) + + 2006-10-02 17:49:55 +0000 Jonathan Schleifer revision [146] Reverted cuesheet.c to revision 104 because it was broken with rev 144.