summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-09-29 19:44:00 (GMT)
committerMark Brown <broonie@kernel.org>2016-09-29 19:44:00 (GMT)
commit609555213a36359dcadf7f84412d0489961ab085 (patch)
treeed7761e69b7d708e8b8602fe98312d89e5f1f59b /sound/soc/codecs
parent4a2447b483e17c580ed1d7c9cde3267d9c3a380f (diff)
parent115c7254882ceb965deb05510128464fef06fbfb (diff)
downloadlinux-609555213a36359dcadf7f84412d0489961ab085.tar.xz
Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/rt5514-spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c
index 77ff8eb..09103aa 100644
--- a/sound/soc/codecs/rt5514-spi.c
+++ b/sound/soc/codecs/rt5514-spi.c
@@ -236,7 +236,7 @@ static snd_pcm_uframes_t rt5514_spi_pcm_pointer(
return bytes_to_frames(runtime, rt5514_dsp->dma_offset);
}
-static struct snd_pcm_ops rt5514_spi_pcm_ops = {
+static const struct snd_pcm_ops rt5514_spi_pcm_ops = {
.open = rt5514_spi_pcm_open,
.hw_params = rt5514_spi_hw_params,
.hw_free = rt5514_spi_hw_free,