Skip to content

Commit

Permalink
OMAPDSS: hdmi: Add pdev pointer for audio_pdev in HDMI DRV data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jyri Sarha authored and Tomi Valkeinen committed Nov 26, 2014
1 parent 945514b commit 29c047b
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 @@ -353,6 +353,8 @@ struct omap_hdmi {
bool core_enabled;

struct omap_dss_device output;

struct platform_device *audio_pdev;
};

#endif

0 comments on commit 29c047b

Please sign in to comment.