[alsa-devel] [PATCH] ASoC: dwc: Staticise non-exported i2s_start()
4 Jul
2012
4 Jul
'12
8:12 p.m.
Signed-off-by: Mark Brown broonie@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
4554
Age (days ago)
4554
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown