[alsa-devel] [PATCH] ASoC: dwc: Staticise non-exported i2s_start()

Mark Brown broonie at opensource.wolfsonmicro.com
Wed Jul 4 20:12:09 CEST 2012


Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
 sound/soc/dwc/designware_i2s.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
index 1bd042b..1aa5130 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);
-- 
1.7.10



More information about the Alsa-devel mailing list