projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945514b
)
OMAPDSS: hdmi: Add pdev pointer for audio_pdev in HDMI DRV data
author
Jyri Sarha
<jsarha@ti.com>
Mon, 15 Sep 2014 19:34:20 +0000
(22:34 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 26 Nov 2014 08:45:29 +0000
(10:45 +0200)
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>
drivers/video/fbdev/omap2/dss/hdmi.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/fbdev/omap2/dss/hdmi.h
b/drivers/video/fbdev/omap2/dss/hdmi.h
index a7d6474c69ad6df690747d90640b8166775ed0eb..fd80774ac162656c03a509a2677491caa734a2c4 100644
(file)
--- a/
drivers/video/fbdev/omap2/dss/hdmi.h
+++ b/
drivers/video/fbdev/omap2/dss/hdmi.h
@@
-353,6
+353,8
@@
struct omap_hdmi {
bool core_enabled;
struct omap_dss_device output;
+
+ struct platform_device *audio_pdev;
};
#endif