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.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'audio/audio.h') diff --git a/audio/audio.h b/audio/audio.h index 4aaeb96..3fb2c8b 100644 --- a/audio/audio.h +++ b/audio/audio.h @@ -78,7 +78,6 @@ typedef struct CaptureVoiceOut CaptureVoiceOut; typedef struct SWVoiceIn SWVoiceIn; typedef struct QEMUSoundCard { - AudioState *audio; char *name; LIST_ENTRY (QEMUSoundCard) entries; } QEMUSoundCard; @@ -94,12 +93,10 @@ void AUD_log (const char *cap, const char *fmt, ...) #endif ; -AudioState *AUD_init (void); void AUD_help (void); -void AUD_register_card (AudioState *s, const char *name, QEMUSoundCard *card); +void AUD_register_card (const char *name, QEMUSoundCard *card); void AUD_remove_card (QEMUSoundCard *card); CaptureVoiceOut *AUD_add_capture ( - AudioState *s, struct audsettings *as, struct audio_capture_ops *ops, void *opaque -- cgit v1.1