summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/dwc/designware_i2s.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
index 1bd042b15aef..1aa51300c564 100644
--- a/sound/soc/dwc/designware_i2s.c
+++ b/sound/soc/dwc/designware_i2s.c
@@ -107,7 +107,8 @@ static inline void i2s_clear_irqs(struct dw_i2s_dev *dev, u32 stream)
}
}
-void i2s_start(struct dw_i2s_dev *dev, struct snd_pcm_substream *substream)
+static void i2s_start(struct dw_i2s_dev *dev,
+ struct snd_pcm_substream *substream)
{
i2s_write_reg(dev->i2s_base, IER, 1);