summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-05-28 15:58:08 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-05-28 15:58:08 +0100
commit10e4c25e7700fdd0095679dce8f35a01d2e0a356 (patch)
treebceebcff43576021c369939f9fe88d65ccc345d0 /sound
parent1e95a20f35eac49f10ca52ad886ec5df6700f516 (diff)
parent19b6317b8c78a51c41b3d7abf14fdbb0df8f41b7 (diff)
Merge remote-tracking branch 'asoc/topic/blackfin' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/blackfin/bf5xx-tdm-pcm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/blackfin/bf5xx-tdm-pcm.c b/sound/soc/blackfin/bf5xx-tdm-pcm.c
index 0e6b888bb4cc..19e855d5677e 100644
--- a/sound/soc/blackfin/bf5xx-tdm-pcm.c
+++ b/sound/soc/blackfin/bf5xx-tdm-pcm.c
@@ -229,8 +229,7 @@ static int bf5xx_pcm_silence(struct snd_pcm_substream *substream,
return 0;
}
-
-struct snd_pcm_ops bf5xx_pcm_tdm_ops = {
+static struct snd_pcm_ops bf5xx_pcm_tdm_ops = {
.open = bf5xx_pcm_open,
.ioctl = snd_pcm_lib_ioctl,
.hw_params = bf5xx_pcm_hw_params,