diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-05 10:01:05 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-05 10:01:05 +0000 |
commit | 8869defe624e939a35309deee24f82cf2283d3e8 (patch) | |
tree | 731ec79e469eb76896ef168c2fd71193d9e10e64 /audio/dsoundaudio.c | |
parent | d4a9eb1fc6fff9346963ef67629d1b232f01789c (diff) | |
download | qemu-8869defe624e939a35309deee24f82cf2283d3e8.tar.gz qemu-8869defe624e939a35309deee24f82cf2283d3e8.tar.bz2 qemu-8869defe624e939a35309deee24f82cf2283d3e8.zip |
Make audio_pcm_opsstatic const
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5422 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 cba8c80030..c8762d050b 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 struct audio_pcm_ops dsound_pcm_ops = { +static const struct audio_pcm_ops dsound_pcm_ops = { dsound_init_out, dsound_fini_out, dsound_run_out, |