summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_alaw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/pcm_alaw.c')
-rw-r--r--src/pcm/pcm_alaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/pcm_alaw.c b/src/pcm/pcm_alaw.c
index 3814241..09ad481 100644
--- a/src/pcm/pcm_alaw.c
+++ b/src/pcm/pcm_alaw.c
@@ -391,7 +391,7 @@ static void snd_pcm_alaw_dump(snd_pcm_t *pcm, snd_output_t *out)
snd_pcm_dump(alaw->plug.gen.slave, out);
}
-static snd_pcm_ops_t snd_pcm_alaw_ops = {
+static const snd_pcm_ops_t snd_pcm_alaw_ops = {
.close = snd_pcm_generic_close,
.info = snd_pcm_generic_info,
.hw_refine = snd_pcm_alaw_hw_refine,