summaryrefslogtreecommitdiff
path: root/include/sound/hdmi-codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/hdmi-codec.h')
-rw-r--r--include/sound/hdmi-codec.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sound/hdmi-codec.h b/include/sound/hdmi-codec.h
index 83b17682e01c..5272aa17fe03 100644
--- a/include/sound/hdmi-codec.h
+++ b/include/sound/hdmi-codec.h
@@ -59,6 +59,13 @@ struct hdmi_codec_ops {
int (*audio_startup)(struct device *dev, void *data);
/*
+ * Set the bit clock ratio, as needed for some HDMI bridges.
+ * Optional.
+ */
+ int (*set_bclk_ratio)(struct device *dev, void *data,
+ unsigned int bclk_ratio);
+
+ /*
* Configures HDMI-encoder for audio stream.
* Mandatory
*/