xref: /openbmc/linux/sound/soc/codecs/hdac_hdmi.h (revision 6b5fc336)
1 #ifndef __HDAC_HDMI_H__
2 #define __HDAC_HDMI_H__
3 
4 int hdac_hdmi_jack_init(struct snd_soc_dai *dai, int pcm,
5 				struct snd_soc_jack *jack);
6 
7 int hdac_hdmi_jack_port_init(struct snd_soc_codec *codec,
8 			struct snd_soc_dapm_context *dapm);
9 #endif /* __HDAC_HDMI_H__ */
10