Search
lxdream.org :: lxdream/src/aica/audio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/audio.h
changeset 531:f0fee3ba71d1
prev465:3bd7be575792
next561:533f6b478071
author nkeynes
date Thu Nov 22 11:10:15 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Re-add "Load Binary" menu item (misplaced in GUI rewrite)
Prevent running with no code loaded
file annotate diff log raw
1.1 --- a/src/aica/audio.h Sat Oct 27 05:47:21 2007 +0000
1.2 +++ b/src/aica/audio.h Thu Nov 22 11:10:15 2007 +0000
1.3 @@ -75,6 +75,8 @@
1.4 extern struct audio_driver audio_null_driver;
1.5 extern struct audio_driver audio_esd_driver;
1.6
1.7 +audio_driver_t get_audio_driver_by_name( const char *name );
1.8 +
1.9 /**
1.10 * Set the output driver, sample rate and format. Also initializes the
1.11 * output buffers, flushing any current data and reallocating as
.