summaryrefslogtreecommitdiff
path: root/sound/soc/intel/haswell/sst-haswell-pcm.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-09-29 22:44:00 +0300
committerMark Brown <broonie@kernel.org>2016-09-29 22:44:00 +0300
commit609555213a36359dcadf7f84412d0489961ab085 (patch)
treeed7761e69b7d708e8b8602fe98312d89e5f1f59b /sound/soc/intel/haswell/sst-haswell-pcm.c
parent4a2447b483e17c580ed1d7c9cde3267d9c3a380f (diff)
parent115c7254882ceb965deb05510128464fef06fbfb (diff)
downloadlinux-609555213a36359dcadf7f84412d0489961ab085.tar.xz
Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next
Diffstat (limited to 'sound/soc/intel/haswell/sst-haswell-pcm.c')
-rw-r--r--sound/soc/intel/haswell/sst-haswell-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/haswell/sst-haswell-pcm.c b/sound/soc/intel/haswell/sst-haswell-pcm.c
index 3154525c2b83..9e4094e2c6e3 100644
--- a/sound/soc/intel/haswell/sst-haswell-pcm.c
+++ b/sound/soc/intel/haswell/sst-haswell-pcm.c
@@ -871,7 +871,7 @@ out:
return ret;
}
-static struct snd_pcm_ops hsw_pcm_ops = {
+static const struct snd_pcm_ops hsw_pcm_ops = {
.open = hsw_pcm_open,
.close = hsw_pcm_close,
.ioctl = snd_pcm_lib_ioctl,