|
@@ -108,8 +108,7 @@ struct ti_hdmi_ip_ops {
|
|
|
|
|
|
void (*dump_phy)(struct hdmi_ip_data *ip_data, struct seq_file *s);
|
|
|
|
|
|
-#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
|
|
|
- defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
|
|
|
+#if defined(CONFIG_OMAP4_DSS_HDMI_AUDIO)
|
|
|
int (*audio_enable)(struct hdmi_ip_data *ip_data);
|
|
|
|
|
|
void (*audio_disable)(struct hdmi_ip_data *ip_data);
|
|
@@ -190,8 +189,7 @@ void ti_hdmi_4xxx_wp_dump(struct hdmi_ip_data *ip_data, struct seq_file *s);
|
|
|
void ti_hdmi_4xxx_pll_dump(struct hdmi_ip_data *ip_data, struct seq_file *s);
|
|
|
void ti_hdmi_4xxx_core_dump(struct hdmi_ip_data *ip_data, struct seq_file *s);
|
|
|
void ti_hdmi_4xxx_phy_dump(struct hdmi_ip_data *ip_data, struct seq_file *s);
|
|
|
-#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
|
|
|
- defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
|
|
|
+#if defined(CONFIG_OMAP4_DSS_HDMI_AUDIO)
|
|
|
int ti_hdmi_4xxx_wp_audio_enable(struct hdmi_ip_data *ip_data);
|
|
|
void ti_hdmi_4xxx_wp_audio_disable(struct hdmi_ip_data *ip_data);
|
|
|
int ti_hdmi_4xxx_audio_start(struct hdmi_ip_data *ip_data);
|