From: Fabio Estevam Date: Tue, 10 Apr 2012 22:38:23 +0000 (-0300) Subject: ASoC: ac97: Fix build due to removal of 'runtime' definition X-Git-Tag: v3.5-rc1~118^2~3^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a0a289c5f4aa7547e4b2630c7b18da8b0fb8b4f;p=pandora-kernel.git ASoC: ac97: Fix build due to removal of 'runtime' definition Fix the following build error: sound/soc/codecs/ac97.c: In function 'ac97_prepare': sound/soc/codecs/ac97.c:33: error: 'runtime' undeclared (first use in this function) This was caused by commit e6968a (ASoC: codecs: Remove rtd->codec usage from CODEC drivers), which removed the 'struct snd_pcm_runtime *runtime = substream->runtime' definition. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed