diff options
author | Mark Brown <broonie@kernel.org> | 2017-09-01 14:12:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-01 14:12:20 +0300 |
commit | 94e26c07002fa01fa807c68c6b44355b79ba82ac (patch) | |
tree | 2e021b07ae30d905767a915288ac8bef3cd1d190 /sound/soc/sh/siu_pcm.c | |
parent | 460f623a6e3cab02c3cda52cf64094a96afece4e (diff) | |
parent | a5702e1cb3c47221419617089d59f9741cf981e4 (diff) | |
download | linux-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.c | 2 |
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, |