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 | 35f4b58c7a6e0a9708405cf96d505f1729b30c82 (patch) | |
tree | 0962428d8fcca48973e3aecbf7cd6809920f2a1f /audio/dsoundaudio.c | |
parent | 9366f4186025e1d8fc3bebd41fb714521c170b6f (diff) |
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/dsoundaudio.c')
-rw-r--r-- | audio/dsoundaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dsoundaudio.c b/audio/dsoundaudio.c index c8762d050b..cba8c80030 100644 --- a/audio/dsoundaudio.c +++ b/audio/dsoundaudio.c @@ -1057,7 +1057,7 @@ static struct audio_option dsound_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static const struct audio_pcm_ops dsound_pcm_ops = { +static struct audio_pcm_ops dsound_pcm_ops = { dsound_init_out, dsound_fini_out, dsound_run_out, |