From: Mark Brown Date: Wed, 4 Jul 2012 18:04:11 +0000 (+0100) Subject: ASoC: dwc: Staticise non-exported i2s_start() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1520ffd218f4aa53bc7652c0f6454da3cb428337;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ASoC: dwc: Staticise non-exported i2s_start() Signed-off-by: Mark Brown --- 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);