diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/mxc-hdmi-core.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/mfd/mxc-hdmi-core.h b/include/linux/mfd/mxc-hdmi-core.h index d0712dbb8ad5..f449946a50f6 100644 --- a/include/linux/mfd/mxc-hdmi-core.h +++ b/include/linux/mfd/mxc-hdmi-core.h @@ -30,8 +30,10 @@ void hdmi_write4(unsigned int value, unsigned int reg); void hdmi_irq_init(void); void hdmi_irq_enable(int irq); unsigned int hdmi_irq_disable(int irq); +void hdmi_set_sample_rate(unsigned int rate); +void hdmi_set_clk_regenerator(void); -extern int mxc_hdmi_pixel_clk; -extern int mxc_hdmi_ratio; +extern int mxc_hdmi_ipu_id; +extern int mxc_hdmi_disp_id; #endif |
