mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 21:32:06 +07:00
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__ */
|