diff options
Diffstat (limited to 'audio/paaudio.c')
-rw-r--r-- | audio/paaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/paaudio.c b/audio/paaudio.c index be9ebaec33..8190cde92f 100644 --- a/audio/paaudio.c +++ b/audio/paaudio.c @@ -487,7 +487,7 @@ struct audio_option qpa_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static const struct audio_pcm_ops qpa_pcm_ops = { +static struct audio_pcm_ops qpa_pcm_ops = { qpa_init_out, qpa_fini_out, qpa_run_out, |