summaryrefslogtreecommitdiff
path: root/sound/soc/omap/mcpdm.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2011-08-02 15:04:26 +0400
committerPeter Ujfalusi <peter.ujfalusi@ti.com>2011-09-22 10:19:15 +0400
commit3a98cd6b2b0459de4ebf85356fbcc34b9848b58a (patch)
tree9c98c903165c37cb0a68cf958d46822c89362f5f /sound/soc/omap/mcpdm.h
parentb199adfdff98092b16f67860013fb5263579c476 (diff)
downloadlinux-3a98cd6b2b0459de4ebf85356fbcc34b9848b58a.tar.xz
ASoC: OMAP4: McPDM: Convert to hwmod/omap_device
In order to probe, and operate correctly, the OMAP McPDM driver needs to be converted to use hwmod. The device name has been changed to probe the driver. Replace the clk_* with pm_runtime_* calls to manage the clocks correctly. Missing request_mem_region/release_mem_region added. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/omap/mcpdm.h')
-rw-r--r--sound/soc/omap/mcpdm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/omap/mcpdm.h b/sound/soc/omap/mcpdm.h
index df3e16fb51f3..b055ad1d3dc2 100644
--- a/sound/soc/omap/mcpdm.h
+++ b/sound/soc/omap/mcpdm.h
@@ -131,7 +131,6 @@ struct omap_mcpdm {
spinlock_t lock;
struct omap_mcpdm_platform_data *pdata;
- struct clk *clk;
struct omap_mcpdm_link *downlink;
struct omap_mcpdm_link *uplink;
struct completion irq_completion;