Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __HDAC_HDMI_H__
0003 #define __HDAC_HDMI_H__
0004 
0005 int hdac_hdmi_jack_init(struct snd_soc_dai *dai, int device,
0006                 struct snd_soc_jack *jack);
0007 
0008 int hdac_hdmi_jack_port_init(struct snd_soc_component *component,
0009             struct snd_soc_dapm_context *dapm);
0010 #endif /* __HDAC_HDMI_H__ */