FROMLIST: ASoC: hdmi-codec: Use HDMI notifications to add jack support
[firefly-linux-kernel-4.4.55.git] / include / sound / hdmi-codec.h
index 530c57bdefa06567c3bcaba9249845af1d4e535a..0fd2e3893f6875163b15ef196a4c44f5ad7ed73d 100644 (file)
@@ -98,6 +98,12 @@ struct hdmi_codec_pdata {
        void *data;
 };
 
+struct snd_soc_codec;
+struct snd_soc_jack;
+
+int hdmi_codec_set_jack_detect(struct snd_soc_codec *codec,
+                              struct snd_soc_jack *jack);
+
 #define HDMI_CODEC_DRV_NAME "hdmi-audio-codec"
 
 #endif /* __HDMI_CODEC_H__ */