~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to hw/pcspk.c

Tags: upstream-0.9.0+20070816
ImportĀ upstreamĀ versionĀ 0.9.0+20070816

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    }
93
93
}
94
94
 
95
 
int pcspk_audio_init(AudioState *audio)
 
95
int pcspk_audio_init(AudioState *audio, qemu_irq *pic)
96
96
{
97
97
    PCSpkState *s = &pcspk_state;
98
98
    audsettings_t as = {PCSPK_SAMPLE_RATE, 1, AUD_FMT_U8, 0};