#include <linux/module.h>
#include <sound/sof.h>
#include "sof_nuvoton_common.h"
static const struct snd_kcontrol_new nau8318_kcontrols[] = …;
static const struct snd_soc_dapm_widget nau8318_widgets[] = …;
static const struct snd_soc_dapm_route nau8318_routes[] = …;
static struct snd_soc_dai_link_component nau8318_components[] = …;
static int nau8318_init(struct snd_soc_pcm_runtime *rtd)
{ … }
void nau8318_set_dai_link(struct snd_soc_dai_link *link)
{ … }
EXPORT_SYMBOL_NS(…);
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;