Commit 29c047b7 authored by Jyri Sarha's avatar Jyri Sarha Committed by Tomi Valkeinen

OMAPDSS: hdmi: Add pdev pointer for audio_pdev in HDMI DRV data

This is used to store omap-hdmi-audio pdev for unregistering it.
Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 945514b5
...@@ -353,6 +353,8 @@ struct omap_hdmi { ...@@ -353,6 +353,8 @@ struct omap_hdmi {
bool core_enabled; bool core_enabled;
struct omap_dss_device output; struct omap_dss_device output;
struct platform_device *audio_pdev;
}; };
#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