From 5872b35aaf78ad5dcaab15f2bc874058226615a1 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Tue, 7 Oct 2014 12:24:10 +0300 Subject: 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 Signed-off-by: Tomi Valkeinen --- drivers/video/fbdev/omap2/dss/hdmi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/video') 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 { struct regulator *vdda_reg; bool core_enabled; + bool display_enabled; struct omap_dss_device output; struct platform_device *audio_pdev; + void (*audio_abort_cb)(struct device *dev); }; #endif -- cgit v1.2.3