aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
Diffstat (limited to 'include/video')
-rw-r--r--include/video/sh_mobile_hdmi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/video/sh_mobile_hdmi.h b/include/video/sh_mobile_hdmi.h
index 929c2d3147bc..1e1aa54ab2e4 100644
--- a/include/video/sh_mobile_hdmi.h
+++ b/include/video/sh_mobile_hdmi.h
@@ -23,11 +23,11 @@ struct device;
23 */ 23 */
24 24
25/* Audio source select */ 25/* Audio source select */
26#define HDMI_SRC_MASK (0xF << 0) 26#define HDMI_SND_SRC_MASK (0xF << 0)
27#define HDMI_SRC_I2S (0 << 0) /* default */ 27#define HDMI_SND_SRC_I2S (0 << 0) /* default */
28#define HDMI_SRC_SPDIF (1 << 0) 28#define HDMI_SND_SRC_SPDIF (1 << 0)
29#define HDMI_SRC_DSD (2 << 0) 29#define HDMI_SND_SRC_DSD (2 << 0)
30#define HDMI_SRC_HBR (3 << 0) 30#define HDMI_SND_SRC_HBR (3 << 0)
31 31
32struct sh_mobile_hdmi_info { 32struct sh_mobile_hdmi_info {
33 struct sh_mobile_lcdc_chan_cfg *lcd_chan; 33 struct sh_mobile_lcdc_chan_cfg *lcd_chan;