blob: 4fa2fc9ee893142a099183f748e9a92ae2a52e2f [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Jeeja KP4a3478d2016-02-12 07:46:06 +05302#ifndef __HDAC_HDMI_H__
3#define __HDAC_HDMI_H__
4
Jeeja KP62490012017-02-07 19:09:49 +05305int hdac_hdmi_jack_init(struct snd_soc_dai *dai, int pcm,
6 struct snd_soc_jack *jack);
Jeeja KP4a3478d2016-02-12 07:46:06 +05307
Kuninori Morimoto45101122018-01-29 04:36:54 +00008int hdac_hdmi_jack_port_init(struct snd_soc_component *component,
Jeeja KP0324e512017-02-07 19:09:55 +05309 struct snd_soc_dapm_context *dapm);
Jeeja KP4a3478d2016-02-12 07:46:06 +053010#endif /* __HDAC_HDMI_H__ */