diff options
Diffstat (limited to 'include/sound/omap-hdmi-audio.h')
| -rw-r--r-- | include/sound/omap-hdmi-audio.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/sound/omap-hdmi-audio.h b/include/sound/omap-hdmi-audio.h index afdb416898e0..1df2ff61a4dd 100644 --- a/include/sound/omap-hdmi-audio.h +++ b/include/sound/omap-hdmi-audio.h | |||
| @@ -16,11 +16,16 @@ | |||
| 16 | * | 16 | * |
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | #include <video/omapdss.h> | ||
| 20 | |||
| 21 | #ifndef __OMAP_HDMI_AUDIO_H__ | 19 | #ifndef __OMAP_HDMI_AUDIO_H__ |
| 22 | #define __OMAP_HDMI_AUDIO_H__ | 20 | #define __OMAP_HDMI_AUDIO_H__ |
| 23 | 21 | ||
| 22 | #include <linux/platform_data/omapdss.h> | ||
| 23 | |||
| 24 | struct omap_dss_audio { | ||
| 25 | struct snd_aes_iec958 *iec; | ||
| 26 | struct snd_cea_861_aud_if *cea; | ||
| 27 | }; | ||
| 28 | |||
| 24 | struct omap_hdmi_audio_ops { | 29 | struct omap_hdmi_audio_ops { |
| 25 | int (*audio_startup)(struct device *dev, | 30 | int (*audio_startup)(struct device *dev, |
| 26 | void (*abort_cb)(struct device *dev)); | 31 | void (*abort_cb)(struct device *dev)); |
