mirror of https://github.com/xqemu/xqemu.git
audio: fix compilation of DEBUG_PLIVE
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
01f2785ed7
commit
a244eb7429
|
@ -445,9 +445,9 @@ SW *glue (AUD_open_, TYPE) (
|
||||||
SW_NAME (sw), sw->info.freq, sw->info.bits, sw->info.nchannels);
|
SW_NAME (sw), sw->info.freq, sw->info.bits, sw->info.nchannels);
|
||||||
dolog ("New %s freq %d, bits %d, channels %d\n",
|
dolog ("New %s freq %d, bits %d, channels %d\n",
|
||||||
name,
|
name,
|
||||||
freq,
|
as->freq,
|
||||||
(fmt == AUD_FMT_S16 || fmt == AUD_FMT_U16) ? 16 : 8,
|
(as->fmt == AUD_FMT_S16 || as->fmt == AUD_FMT_U16) ? 16 : 8,
|
||||||
nchannels);
|
as->nchannels);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (live) {
|
if (live) {
|
||||||
|
|
Loading…
Reference in New Issue