Browse Source

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>
Jyri Sarha 11 years ago
parent
commit
29c047b747
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/video/fbdev/omap2/dss/hdmi.h

+ 2 - 0
drivers/video/fbdev/omap2/dss/hdmi.h

@@ -353,6 +353,8 @@ struct omap_hdmi {
 	bool core_enabled;
 
 	struct omap_dss_device output;
+
+	struct platform_device *audio_pdev;
 };
 
 #endif