diff options
Diffstat (limited to 'audio/ossaudio.c')
-rw-r--r-- | audio/ossaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ossaudio.c b/audio/ossaudio.c index a821ccb5f1..613e189db1 100644 --- a/audio/ossaudio.c +++ b/audio/ossaudio.c @@ -751,7 +751,7 @@ static struct audio_option oss_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static const struct audio_pcm_ops oss_pcm_ops = { +static struct audio_pcm_ops oss_pcm_ops = { oss_init_out, oss_fini_out, oss_run_out, |