projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.9.287-gnu1
[releases.git]
/
drivers
/
gpu
/
drm
/
bridge
/
dw-hdmi-audio.h
1
#ifndef DW_HDMI_AUDIO_H
2
#define DW_HDMI_AUDIO_H
3
4
struct dw_hdmi;
5
6
struct dw_hdmi_audio_data {
7
phys_addr_t phys;
8
void __iomem *base;
9
int irq;
10
struct dw_hdmi *hdmi;
11
u8 *eld;
12
};
13
14
#endif