ASoC: pxa2xx-i2s: Fix inappropriate release of i2s clock
i2s_clk is 'put' for no reason in pxa2xx_i2s_shutdown. Now we 'get' i2s_clk at probe and 'put' it at driver removal or when probe fails. Signed-off-by: Karl Beldan <karl.beldan@mobile-devices.fr> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
34555c1077
commit
9bc04fd167
@ -257,8 +257,6 @@ static void pxa2xx_i2s_shutdown(struct snd_pcm_substream *substream,
|
|||||||
pxa_i2s_wait();
|
pxa_i2s_wait();
|
||||||
clk_disable(clk_i2s);
|
clk_disable(clk_i2s);
|
||||||
}
|
}
|
||||||
|
|
||||||
clk_put(clk_i2s);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
|
Loading…
Reference in New Issue
Block a user