Commit 5872b35a authored by Jyri Sarha's avatar Jyri Sarha Committed by Tomi Valkeinen

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: default avatarJyri Sarha <jsarha@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 29c047b7
...@@ -351,10 +351,12 @@ struct omap_hdmi { ...@@ -351,10 +351,12 @@ struct omap_hdmi {
struct regulator *vdda_reg; struct regulator *vdda_reg;
bool core_enabled; bool core_enabled;
bool display_enabled;
struct omap_dss_device output; struct omap_dss_device output;
struct platform_device *audio_pdev; struct platform_device *audio_pdev;
void (*audio_abort_cb)(struct device *dev);
}; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment