summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_multi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/pcm_multi.c')
-rw-r--r--src/pcm/pcm_multi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/pcm_multi.c b/src/pcm/pcm_multi.c
index 9b8583ce..68f2d688 100644
--- a/src/pcm/pcm_multi.c
+++ b/src/pcm/pcm_multi.c
@@ -762,7 +762,7 @@ static void snd_pcm_multi_dump(snd_pcm_t *pcm, snd_output_t *out)
}
}
-static snd_pcm_ops_t snd_pcm_multi_ops = {
+static const snd_pcm_ops_t snd_pcm_multi_ops = {
.close = snd_pcm_multi_close,
.info = snd_pcm_multi_info,
.hw_refine = snd_pcm_multi_hw_refine,
@@ -777,7 +777,7 @@ static snd_pcm_ops_t snd_pcm_multi_ops = {
.munmap = snd_pcm_multi_munmap,
};
-static snd_pcm_fast_ops_t snd_pcm_multi_fast_ops = {
+static const snd_pcm_fast_ops_t snd_pcm_multi_fast_ops = {
.status = snd_pcm_multi_status,
.state = snd_pcm_multi_state,
.hwsync = snd_pcm_multi_hwsync,