Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / drivers / gpu / drm / bridge / dw-hdmi-audio.h
CommitLineData
7ed6c665
RK
1#ifndef DW_HDMI_AUDIO_H
2#define DW_HDMI_AUDIO_H
3
4struct dw_hdmi;
5
6struct dw_hdmi_audio_data {
7 phys_addr_t phys;
8 void __iomem *base;
9 int irq;
10 struct dw_hdmi *hdmi;
f5ce4057 11 u8 *eld;
7ed6c665
RK
12};
13
14#endif
This page took 0.03646 seconds and 5 git commands to generate.