mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:36:44 +07:00
8 lines
143 B
C
8 lines
143 B
C
|
#ifndef _AK4104_H
|
||
|
#define _AK4104_H
|
||
|
|
||
|
extern struct snd_soc_dai ak4104_dai;
|
||
|
extern struct snd_soc_codec_device soc_codec_device_ak4104;
|
||
|
|
||
|
#endif
|