commit | 1a7dafce1dfc3dc2052d0c5d8397e72121291c57 | [log] [tgz] |
---|---|---|
author | malc <av1474@comtv.ru> | Thu May 14 03:11:35 2009 +0400 |
committer | malc <av1474@comtv.ru> | Thu May 14 03:20:43 2009 +0400 |
tree | 6b83da7787156494d16c58e2d5a41396a01a964f | |
parent | b36aa85c7bef893bdad1f0646a2f6b3018eff0fb [diff] [blame] |
Remove any pretense that there can be more than one AudioState
diff --git a/audio/audio_int.h b/audio/audio_int.h index fc87458..0abed38 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h
@@ -104,6 +104,7 @@ } HWVoiceIn; struct SWVoiceOut { + QEMUSoundCard *card; struct audio_pcm_info info; t_sample *conv; int64_t ratio; @@ -120,6 +121,7 @@ }; struct SWVoiceIn { + QEMUSoundCard *card; int active; struct audio_pcm_info info; int64_t ratio;