Commit 1520ffd2 authored by Mark Brown's avatar Mark Brown

ASoC: dwc: Staticise non-exported i2s_start()

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent e584f9b4
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment