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/alsaaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/alsaaudio.c') diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index e8322e584..a79cc403c 100644 --- a/audio/alsaaudio.c +++ b/audio/alsaaudio.c @@ -917,7 +917,7 @@ static struct audio_option alsa_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static const struct audio_pcm_ops alsa_pcm_ops = { +static struct audio_pcm_ops alsa_pcm_ops = { alsa_init_out, alsa_fini_out, alsa_run_out, -- cgit v1.2.3