diff options
author | Jyri Sarha <jsarha@ti.com> | 2014-09-15 15:34:20 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-11-26 03:45:29 -0500 |
commit | 29c047b747d52d77abea65659b49a18955d632ed (patch) | |
tree | dc8c3ad780609ad805235d4756ea32670fe7f54b /drivers/video | |
parent | 945514b5e1e5f93172a67d4b19b7fce8c8c1fead (diff) |
OMAPDSS: hdmi: Add pdev pointer for audio_pdev in HDMI DRV data
This is used to store omap-hdmi-audio pdev for unregistering it.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi.h b/drivers/video/fbdev/omap2/dss/hdmi.h index a7d6474c69ad..fd80774ac162 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi.h +++ b/drivers/video/fbdev/omap2/dss/hdmi.h | |||
@@ -353,6 +353,8 @@ struct omap_hdmi { | |||
353 | bool core_enabled; | 353 | bool core_enabled; |
354 | 354 | ||
355 | struct omap_dss_device output; | 355 | struct omap_dss_device output; |
356 | |||
357 | struct platform_device *audio_pdev; | ||
356 | }; | 358 | }; |
357 | 359 | ||
358 | #endif | 360 | #endif |