[alsa-devel] [PATCH] ASoC: cs47l24: Fixup missing variable typo
Charles Keepax
ckeepax at opensource.wolfsonmicro.com
Wed Oct 26 15:29:27 CEST 2016
Fixes: 31833ead95c2 ("ASoC: arizona: Move request of speaker IRQs into bus probe")
Signed-off-by: Charles Keepax <ckeepax at opensource.wolfsonmicro.com>
---
Apologies for this was a mess up in my test setup missed this one.
Thanks,
Charles
sound/soc/codecs/cs47l24.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/cs47l24.c b/sound/soc/codecs/cs47l24.c
index c5c5a2d..f9e720b 100644
--- a/sound/soc/codecs/cs47l24.c
+++ b/sound/soc/codecs/cs47l24.c
@@ -1313,6 +1313,7 @@ static int cs47l24_probe(struct platform_device *pdev)
static int cs47l24_remove(struct platform_device *pdev)
{
struct cs47l24_priv *cs47l24 = platform_get_drvdata(pdev);
+ struct arizona *arizona = cs47l24->core.arizona;
snd_soc_unregister_platform(&pdev->dev);
snd_soc_unregister_codec(&pdev->dev);
--
2.1.4
More information about the Alsa-devel
mailing list