From 35f4b58c7a6e0a9708405cf96d505f1729b30c82 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Mon, 6 Oct 2008 18:08:30 +0000 Subject: Prepare for changing audio_pcm_ops dynamically (partially revert r5422) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5435 c046a42c-6fe2-441c-8c8c-71466251a162 --- audio/paaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/paaudio.c') diff --git a/audio/paaudio.c b/audio/paaudio.c index be9ebaec33..8190cde92f 100644 --- a/audio/paaudio.c +++ b/audio/paaudio.c @@ -487,7 +487,7 @@ struct audio_option qpa_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static const struct audio_pcm_ops qpa_pcm_ops = { +static struct audio_pcm_ops qpa_pcm_ops = { qpa_init_out, qpa_fini_out, qpa_run_out, -- cgit v1.2.3