diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-11-11 16:55:09 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-11-11 16:55:09 +0000 |
commit | 7372f88dc171775c2918b3a874edf0a1d5266b19 (patch) | |
tree | 4b2eda389460737de0b50228f6b80c0bf2d97a68 /audio/audio_int.h | |
parent | d7382233d8408b2b32809f3783a5083cce14f291 (diff) |
audio fixes (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1133 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index 599d3b0614..db7fd1a7d3 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -55,6 +55,9 @@ typedef struct HWVoice { struct pcm_ops *pcm_ops; } HWVoice; +extern struct pcm_ops no_pcm_ops; +extern struct audio_output_driver no_output_driver; + extern struct pcm_ops oss_pcm_ops; extern struct audio_output_driver oss_output_driver; |