]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/codecs/wm8350.c
ASoC: wm8{350,753,971}: Use snd_soc_dapm_to_codec() instead of dapm->codec
[karo-tx-linux.git] / sound / soc / codecs / wm8350.c
index 3dfdcc4197fa96cce56a13e50291b9075e44d4a9..628ec774cf2296c56c7851fe773cacca3568b53f 100644 (file)
@@ -212,7 +212,7 @@ static void wm8350_pga_work(struct work_struct *work)
 {
        struct snd_soc_dapm_context *dapm =
            container_of(work, struct snd_soc_dapm_context, delayed_work.work);
-       struct snd_soc_codec *codec = dapm->codec;
+       struct snd_soc_codec *codec = snd_soc_dapm_to_codec(dapm);
        struct wm8350_data *wm8350_data = snd_soc_codec_get_drvdata(codec);
        struct wm8350_output *out1 = &wm8350_data->out1,
            *out2 = &wm8350_data->out2;