aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bridge/dw-hdmi-audio.h
blob: 91f631beecc7cd83199dc0787db7228ccb98c5bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef DW_HDMI_AUDIO_H
#define DW_HDMI_AUDIO_H

struct dw_hdmi;

struct dw_hdmi_audio_data {
	phys_addr_t phys;
	void __iomem *base;
	int irq;
	struct dw_hdmi *hdmi;
	u8 *eld;
};

#endif