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 b5d390c2d0..be9ebaec33 100644 --- a/audio/paaudio.c +++ b/audio/paaudio.c @@ -487,7 +487,7 @@ struct audio_option qpa_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -struct audio_pcm_ops qpa_pcm_ops = { +static const struct audio_pcm_ops qpa_pcm_ops = { qpa_init_out, qpa_fini_out, qpa_run_out, |