Ryan C. Gordon <icculus@icculus.org> [Sat, 07 Oct 2006 05:36:36 +0000] rev 3820
Moved more audio drivers to 1.3 API (all 5 MiNT backends, BSD, IRIX...), and
some other tweaks in already-converted drivers.
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 20:36:23 +0000] rev 3819
Updated a bunch of audio backends to 1.3 API (Dreamcast, OS/2, ALSA, and
BeOS). None are tested, so anyu could fail to compile.
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 19:45:11 +0000] rev 3818
Mangled ALSA dynamic loading...static loading will still work if you have the
right libraries, but this is expected to break in general cases as we start
dealing with different symbol versions, etc (but may work with, say,
distro-specific packages, etc).
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 04:49:48 +0000] rev 3817
Patched to compile.
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 04:46:58 +0000] rev 3816
Moved AudioBootstrap section in converted drivers to bottom of source, so I
could delete the predeclarations (one more thing to forget to update when
changing the API, otherwise). There're a few other cleanups that snuck into
this commit, too.
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 04:16:11 +0000] rev 3815
Updated esd audio driver for 1.3 API.
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 03:40:57 +0000] rev 3814
One more minor cleanup in arts driver.
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 03:32:48 +0000] rev 3813
Removed duplicate state from arts driver.
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 02:40:02 +0000] rev 3812
Updated arts driver for 1.3 audio API.
Ryan C. Gordon <icculus@icculus.org> [Fri, 06 Oct 2006 01:13:09 +0000] rev 3811
Removed some prototypes for non-existant functions in dummy audio driver.