Skip to content

Commit

Permalink
ASoC: dwc: Staticise non-exported i2s_start()
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jul 4, 2012
1 parent e584f9b commit 1520ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/dwc/designware_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1520ffd

Please sign in to comment.