diff options
Diffstat (limited to 'audio/wavaudio.c')
-rw-r--r-- | audio/wavaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wavaudio.c b/audio/wavaudio.c index 85575bd372..b7a36f2c78 100644 --- a/audio/wavaudio.c +++ b/audio/wavaudio.c @@ -233,7 +233,7 @@ static struct audio_option wav_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static const struct audio_pcm_ops wav_pcm_ops = { +static struct audio_pcm_ops wav_pcm_ops = { wav_init_out, wav_fini_out, wav_run_out, |