blob: dfc3a9cf719963a3fdb3bbda7293895609638016 [file] [log] [blame]
Jeeja KP4a3478d2016-02-12 07:46:06 +05301#ifndef __HDAC_HDMI_H__
2#define __HDAC_HDMI_H__
3
Jeeja KP62490012017-02-07 19:09:49 +05304int hdac_hdmi_jack_init(struct snd_soc_dai *dai, int pcm,
5 struct snd_soc_jack *jack);
Jeeja KP4a3478d2016-02-12 07:46:06 +05306
Jeeja KP0324e512017-02-07 19:09:55 +05307int hdac_hdmi_jack_port_init(struct snd_soc_codec *codec,
8 struct snd_soc_dapm_context *dapm);
Jeeja KP4a3478d2016-02-12 07:46:06 +05309#endif /* __HDAC_HDMI_H__ */