Commit 1520ffd218f4aa53bc7652c0f6454da3cb428337

Authored by Mark Brown
1 parent e584f9b4c2

ASoC: dwc: Staticise non-exported i2s_start()

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

sound/soc/dwc/designware_i2s.c
... ... @@ -107,7 +107,8 @@
107 107 }
108 108 }
109 109  
110   -void i2s_start(struct dw_i2s_dev *dev, struct snd_pcm_substream *substream)
  110 +static void i2s_start(struct dw_i2s_dev *dev,
  111 + struct snd_pcm_substream *substream)
111 112 {
112 113  
113 114 i2s_write_reg(dev->i2s_base, IER, 1);