From: Juan Quintela Date: Wed, 2 Dec 2009 10:49:33 +0000 (+0100) Subject: audio: fix compilation of DEBUG_PLIVE X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a244eb7429ecc34797abb23c0852257e31675716;p=qemu.git audio: fix compilation of DEBUG_PLIVE Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/audio/audio_template.h b/audio/audio_template.h index 1a4707b2ea..6b19848af4 100644 --- a/audio/audio_template.h +++ b/audio/audio_template.h @@ -445,9 +445,9 @@ SW *glue (AUD_open_, TYPE) ( SW_NAME (sw), sw->info.freq, sw->info.bits, sw->info.nchannels); dolog ("New %s freq %d, bits %d, channels %d\n", name, - freq, - (fmt == AUD_FMT_S16 || fmt == AUD_FMT_U16) ? 16 : 8, - nchannels); + as->freq, + (as->fmt == AUD_FMT_S16 || as->fmt == AUD_FMT_U16) ? 16 : 8, + as->nchannels); #endif if (live) {