/[qemu]/qemu/audio/fmodaudio.c
ViewVC logotype

Diff of /qemu/audio/fmodaudio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Sun Nov 7 18:04:02 2004 UTC revision 1.2 by bellard, Tue Nov 9 23:08:30 2004 UTC
# Line 25  Line 25 
25  #include <fmod_errors.h>  #include <fmod_errors.h>
26  #include "vl.h"  #include "vl.h"
27    
28  #define AUDIO_CAP "fmod"  #include "audio/audio_int.h"
29  #include "audio/audio.h"  
30  #include "audio/fmodaudio.h"  typedef struct FMODVoice {
31        HWVoice hw;
32        unsigned int old_pos;
33        FSOUND_SAMPLE *fmod_sample;
34        int channel;
35    } FMODVoice;
36    
37    
38    #define dolog(...) AUD_log ("fmod", __VA_ARGS__)
39    #ifdef DEBUG
40    #define ldebug(...) dolog (__VA_ARGS__)
41    #else
42    #define ldebug(...)
43    #endif
44    
45  #define QC_FMOD_DRV "QEMU_FMOD_DRV"  #define QC_FMOD_DRV "QEMU_FMOD_DRV"
46  #define QC_FMOD_FREQ "QEMU_FMOD_FREQ"  #define QC_FMOD_FREQ "QEMU_FMOD_FREQ"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26