[alsa-devel] [PATCH] ASoC: tegra-ac97: Do common and clock init prior to component registration

Stephen Warren swarren at wwwdotorg.org
Wed Jun 26 19:27:15 CEST 2013


On 06/26/2013 05:28 AM, Mark Brown wrote:
> From: Mark Brown <broonie at linaro.org>
> 
> Otherwise we may instantiate and hence have something try to access the
> device while it is still completing initialisation.

One question below, otherwise,
Acked-by: Stephen Warren <swarren at nvidia.com>

> diff --git a/sound/soc/tegra/tegra20_ac97.c b/sound/soc/tegra/tegra20_ac97.c
>  err_clk_put:
>  err:
>  	return ret;

Right after the err_clk_put label there's a clk_put(ac97->clk_ac97) in
my copy, and in the ASoC for-next branch. When did that get removed?


More information about the Alsa-devel mailing list