Merge remote-tracking branch 'asoc/fix/fsl' into asoc-devm
authorMark Brown <broonie@linaro.org>
Thu, 26 Sep 2013 11:05:47 +0000 (12:05 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 26 Sep 2013 11:05:47 +0000 (12:05 +0100)
Conflicts:
sound/soc/fsl/imx-sgtl5000.c

1  2 
sound/soc/fsl/imx-sgtl5000.c

index 78f86d870b1112d11ce6e26a6b82c97ff04bcd35,ca1be1d9dcf0349b608f77367f5330ca7c2c6308..6f4bdc89ae3c807d8b396cccb52a52e6c0d920b8
@@@ -180,6 -182,16 +182,15 @@@ fail
        return ret;
  }
  
 -      snd_soc_unregister_card(&data->card);
+ static int imx_sgtl5000_remove(struct platform_device *pdev)
+ {
+       struct imx_sgtl5000_data *data = platform_get_drvdata(pdev);
+       clk_put(data->codec_clk);
+       return 0;
+ }
  static const struct of_device_id imx_sgtl5000_dt_ids[] = {
        { .compatible = "fsl,imx-audio-sgtl5000", },
        { /* sentinel */ }
This page took 0.02713 seconds and 5 git commands to generate.