ASoC: mop500_ab8500: Replace instances of rtd->codec->card with rtd->card
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 19 May 2014 09:41:48 +0000 (11:41 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 20 May 2014 21:55:39 +0000 (22:55 +0100)
No need to go via the CODEC to get a pointer to the card. This will help to
eventually remove the card field from the snd_soc_codec struct.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/ux500/mop500_ab8500.c

index 7e923ecf89010e92b1ec288d0fcd9966a38e7401..be4f1ac7cd5ec74afe25f4b1126751790183afef 100644 (file)
@@ -411,7 +411,7 @@ int mop500_ab8500_machine_init(struct snd_soc_pcm_runtime *rtd)
        drvdata->mclk_sel = MCLK_ULPCLK;
 
        /* Add controls */
-       ret = snd_soc_add_card_controls(codec->card, mop500_ab8500_ctrls,
+       ret = snd_soc_add_card_controls(rtd->card, mop500_ab8500_ctrls,
                        ARRAY_SIZE(mop500_ab8500_ctrls));
        if (ret < 0) {
                pr_err("%s: Failed to add machine-controls (%d)!\n",