summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom
diff options
context:
space:
mode:
authorMark Brown2016-09-29 21:44:00 +0200
committerMark Brown2016-09-29 21:44:00 +0200
commit609555213a36359dcadf7f84412d0489961ab085 (patch)
treeed7761e69b7d708e8b8602fe98312d89e5f1f59b /sound/soc/intel/atom
parentMerge remote-tracking branch 'asoc/topic/intel' into asoc-next (diff)
parentASoC: constify snd_pcm_ops structures (diff)
downloadkernel-qcow2-linux-609555213a36359dcadf7f84412d0489961ab085.tar.gz
kernel-qcow2-linux-609555213a36359dcadf7f84412d0489961ab085.tar.xz
kernel-qcow2-linux-609555213a36359dcadf7f84412d0489961ab085.zip
Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next
Diffstat (limited to 'sound/soc/intel/atom')
-rw-r--r--sound/soc/intel/atom/sst-mfld-platform-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
index 52ed434cbca6..25c6d87c818e 100644
--- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c
+++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
@@ -670,7 +670,7 @@ static snd_pcm_uframes_t sst_platform_pcm_pointer
return str_info->buffer_ptr;
}
-static struct snd_pcm_ops sst_platform_ops = {
+static const struct snd_pcm_ops sst_platform_ops = {
.open = sst_platform_open,
.ioctl = snd_pcm_lib_ioctl,
.trigger = sst_platform_pcm_trigger,