comparison ChangeLog @ 75:a4320fd56b6f trunk

[svn] Typo in ChangeLog fixed.
author js
date Mon, 02 Oct 2006 11:40:03 -0700
parents 11d45400f5ed
children 0b53b7f1959d
comparison
equal deleted inserted replaced
74:11d45400f5ed 75:a4320fd56b6f
1 2006-10-02 18:29:31 +0000 Jonathan Schleifer <js@h3c.de>
2 revision [148]
3 The mixer device isn't opened and closed for every action now, instead
4 it gets opened as soon as needed and closed if it's not needed anymore.
5 This fixes a lot of bugs with the mixer of the OSS plugin, including
6 the one that setting the volume on OpenBSD via OSS didn't work at all.
7
8 trunk/src/OSS/audio.c | 4 +++
9 trunk/src/OSS/mixer.c | 54 ++++++++++++++++++++++++++------------------------
10 2 files changed, 33 insertions(+), 25 deletions(-)
11
12
1 2006-10-02 17:49:55 +0000 Jonathan Schleifer <js@h3c.de> 13 2006-10-02 17:49:55 +0000 Jonathan Schleifer <js@h3c.de>
2 revision [146] 14 revision [146]
3 Reverted cuesheet.c to revision 104 because it was broken with rev 144. 15 Reverted cuesheet.c to revision 104 because it was broken with rev 144.
4 trunk/src/cue/cuesheet.c | 4 +++- 16 trunk/src/cue/cuesheet.c | 4 +++-
5 1 file changed, 3 insertions(+), 1 deletion(-) 17 1 file changed, 3 insertions(+), 1 deletion(-)