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

@ -751,7 +751,7 @@ static struct audio_option oss_options[] = {
{NULL, 0, NULL, NULL, NULL, 0}
};
static struct audio_pcm_ops oss_pcm_ops = {
static const struct audio_pcm_ops oss_pcm_ops = {
oss_init_out,
oss_fini_out,
oss_run_out,