diff options
author | Mark Brown <broonie@kernel.org> | 2017-08-14 17:53:16 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-14 17:53:16 +0100 |
commit | ce25f0d6e750a808118b699fe9f917c954710cc8 (patch) | |
tree | 7186103c84afef0e4670705dd61179dbb6d15613 /sound/soc/sh/fsi.c | |
parent | 0d7820d0918efa6c2a53acdfc47cbfc3b48df727 (diff) | |
parent | b23bd34c402d08a2c1d6facdba4a75e016601c12 (diff) |
Merge branch 'topic/sh' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar
Diffstat (limited to 'sound/soc/sh/fsi.c')
-rw-r--r-- | sound/soc/sh/fsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 7c4bdd82bb95..5d7d9fe8bc98 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -1755,7 +1755,7 @@ static snd_pcm_uframes_t fsi_pointer(struct snd_pcm_substream *substream) return fsi_sample2frame(fsi, io->buff_sample_pos); } -static struct snd_pcm_ops fsi_pcm_ops = { +static const struct snd_pcm_ops fsi_pcm_ops = { .open = fsi_pcm_open, .ioctl = snd_pcm_lib_ioctl, .hw_params = fsi_hw_params, @@ -1818,7 +1818,7 @@ static struct snd_soc_dai_driver fsi_soc_dai[] = { }, }; -static struct snd_soc_platform_driver fsi_soc_platform = { +static const struct snd_soc_platform_driver fsi_soc_platform = { .ops = &fsi_pcm_ops, .pcm_new = fsi_pcm_new, }; |