diff options
author | Jyri Sarha <jsarha@ti.com> | 2014-10-07 05:24:10 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-11-26 06:00:17 -0500 |
commit | 5872b35aaf78ad5dcaab15f2bc874058226615a1 (patch) | |
tree | d582688d9fd3ea6db31b2441c6459dd237c4ff16 | |
parent | 29c047b747d52d77abea65659b49a18955d632ed (diff) |
OMAPDSS: hdmi.h: Add members to hdmi drvdata for audio implementation
Adds display_enabled flag and audio_abort_cb callback to struct hdmi.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-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 fd80774ac162..87bd551df696 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi.h +++ b/drivers/video/fbdev/omap2/dss/hdmi.h | |||
@@ -351,10 +351,12 @@ struct omap_hdmi { | |||
351 | struct regulator *vdda_reg; | 351 | struct regulator *vdda_reg; |
352 | 352 | ||
353 | bool core_enabled; | 353 | bool core_enabled; |
354 | bool display_enabled; | ||
354 | 355 | ||
355 | struct omap_dss_device output; | 356 | struct omap_dss_device output; |
356 | 357 | ||
357 | struct platform_device *audio_pdev; | 358 | struct platform_device *audio_pdev; |
359 | void (*audio_abort_cb)(struct device *dev); | ||
358 | }; | 360 | }; |
359 | 361 | ||
360 | #endif | 362 | #endif |