Mercurial > audlegacy-plugins
diff ChangeLog @ 74:11d45400f5ed trunk
[svn] 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 settigns the volume on OpenBSD via OSS didn't work at all.
author | js |
---|---|
date | Mon, 02 Oct 2006 11:29:31 -0700 |
parents | fdfe583c3110 |
children | a4320fd56b6f |
line wrap: on
line diff
--- a/ChangeLog Mon Oct 02 10:49:55 2006 -0700 +++ b/ChangeLog Mon Oct 02 11:29:31 2006 -0700 @@ -1,3 +1,10 @@ +2006-10-02 17:49:55 +0000 Jonathan Schleifer <js@h3c.de> + revision [146] + Reverted cuesheet.c to revision 104 because it was broken with rev 144. + trunk/src/cue/cuesheet.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + + 2006-10-01 07:57:11 +0000 William Pitcock <nenolod@nenolod.net> revision [144] - clarify is_our_file()... however, it's still a tad borked