Skip to content

Commit

Permalink
OMAPDSS: hdmi.h: Add members to hdmi drvdata for audio implementation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jyri Sarha authored and Tomi Valkeinen committed Nov 26, 2014
1 parent 29c047b commit 5872b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/video/fbdev/omap2/dss/hdmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5872b35

Please sign in to comment.