diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-06 18:08:30 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-06 18:08:30 +0000 |
commit | 4813c5f5b088dd1dd0c437e3242243a336d108fc (patch) | |
tree | 0962428d8fcca48973e3aecbf7cd6809920f2a1f /audio/wavaudio.c | |
parent | e5ec9a769c68219468880e969cc8a0b0837e859b (diff) | |
download | qemu-4813c5f5b088dd1dd0c437e3242243a336d108fc.tar.gz qemu-4813c5f5b088dd1dd0c437e3242243a336d108fc.tar.bz2 qemu-4813c5f5b088dd1dd0c437e3242243a336d108fc.zip |
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
Diffstat (limited to 'audio/wavaudio.c')
-rw-r--r-- | audio/wavaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wavaudio.c b/audio/wavaudio.c index 85575bd372..b7a36f2c78 100644 --- a/audio/wavaudio.c +++ b/audio/wavaudio.c @@ -233,7 +233,7 @@ static struct audio_option wav_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static const struct audio_pcm_ops wav_pcm_ops = { +static struct audio_pcm_ops wav_pcm_ops = { wav_init_out, wav_fini_out, wav_run_out, |