7 lines
138 B
C
7 lines
138 B
C
|
#ifndef __HDAC_HDMI_H__
|
||
|
#define __HDAC_HDMI_H__
|
||
|
|
||
|
int hdac_hdmi_jack_init(struct snd_soc_dai *dai, int pcm);
|
||
|
|
||
|
#endif /* __HDAC_HDMI_H__ */
|