summaryrefslogtreecommitdiff
path: root/sound/soc/sh/siu_pcm.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-09-01 14:12:20 +0300
committerMark Brown <broonie@kernel.org>2017-09-01 14:12:20 +0300
commit94e26c07002fa01fa807c68c6b44355b79ba82ac (patch)
tree2e021b07ae30d905767a915288ac8bef3cd1d190 /sound/soc/sh/siu_pcm.c
parent460f623a6e3cab02c3cda52cf64094a96afece4e (diff)
parenta5702e1cb3c47221419617089d59f9741cf981e4 (diff)
downloadlinux-94e26c07002fa01fa807c68c6b44355b79ba82ac.tar.xz
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
Diffstat (limited to 'sound/soc/sh/siu_pcm.c')
-rw-r--r--sound/soc/sh/siu_pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/siu_pcm.c b/sound/soc/sh/siu_pcm.c
index 82902f56e82f..3118cb0ee3f2 100644
--- a/sound/soc/sh/siu_pcm.c
+++ b/sound/soc/sh/siu_pcm.c
@@ -593,7 +593,7 @@ static void siu_pcm_free(struct snd_pcm *pcm)
dev_dbg(pcm->card->dev, "%s\n", __func__);
}
-static struct snd_pcm_ops siu_pcm_ops = {
+static const struct snd_pcm_ops siu_pcm_ops = {
.open = siu_pcm_open,
.close = siu_pcm_close,
.ioctl = snd_pcm_lib_ioctl,