linux/sound/soc/intel/boards/sof_nuvoton_common.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * This file defines data structures and functions used in Machine
 * Driver for Intel platforms with Nuvoton Codecs.
 *
 * Copyright 2023 Intel Corporation.
 */
#include <linux/module.h>
#include <sound/sof.h>
#include "sof_nuvoton_common.h"

/*
 * Nuvoton NAU8318
 */
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();