提交 1520ffd2 编写于 作者: M Mark Brown

ASoC: dwc: Staticise non-exported i2s_start()

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册