diff options
Diffstat (limited to 'audio/alsaaudio.c')
-rw-r--r-- | audio/alsaaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index a79cc403cb..e8322e584b 100644 --- a/audio/alsaaudio.c +++ b/audio/alsaaudio.c @@ -917,7 +917,7 @@ static struct audio_option alsa_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static struct audio_pcm_ops alsa_pcm_ops = { +static const struct audio_pcm_ops alsa_pcm_ops = { alsa_init_out, alsa_fini_out, alsa_run_out, |