Browse Source

ASoC: dwc: Staticise non-exported i2s_start()

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 13 years ago
parent
commit
1520ffd218
1 changed files with 2 additions and 1 deletions
  1. 2 1
      sound/soc/dwc/designware_i2s.c

+ 2 - 1
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);