Make audio_pcm_opsstatic const

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5422 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2008-10-05 10:01:05 +00:00
parent d4a9eb1fc6
commit 8869defe62
11 changed files with 14 additions and 14 deletions

View file

@ -520,7 +520,7 @@ static struct audio_option coreaudio_options[] = {
{NULL, 0, NULL, NULL, NULL, 0}
};
static struct audio_pcm_ops coreaudio_pcm_ops = {
static const struct audio_pcm_ops coreaudio_pcm_ops = {
coreaudio_init_out,
coreaudio_fini_out,
coreaudio_run_out,