From 1a7dafce1dfc3dc2052d0c5d8397e72121291c57 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 14 May 2009 03:11:35 +0400 Subject: Remove any pretense that there can be more than one AudioState --- audio/audio_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/audio_int.h') diff --git a/audio/audio_int.h b/audio/audio_int.h index fc87458f82..0abed38ec4 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -104,6 +104,7 @@ typedef struct HWVoiceIn { } HWVoiceIn; struct SWVoiceOut { + QEMUSoundCard *card; struct audio_pcm_info info; t_sample *conv; int64_t ratio; @@ -120,6 +121,7 @@ struct SWVoiceOut { }; struct SWVoiceIn { + QEMUSoundCard *card; int active; struct audio_pcm_info info; int64_t ratio; -- cgit v1.2.1