linux/sound/soc/codecs/ad73311.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * ad73311.c  --  ALSA Soc AD73311 codec support
 *
 * Copyright:	Analog Devices Inc.
 * Author:	Cliff Cai <[email protected]>
 */

#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/ac97_codec.h>
#include <sound/initval.h>
#include <sound/soc.h>

#include "ad73311.h"

static const struct snd_soc_dapm_widget ad73311_dapm_widgets[] =;

static const struct snd_soc_dapm_route ad73311_dapm_routes[] =;

static struct snd_soc_dai_driver ad73311_dai =;

static const struct snd_soc_component_driver soc_component_dev_ad73311 =;

static int ad73311_probe(struct platform_device *pdev)
{}

static struct platform_driver ad73311_codec_driver =;

module_platform_driver();

MODULE_DESCRIPTION();
MODULE_AUTHOR();
MODULE_LICENSE();