linux/sound/soc/codecs/gtm601.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * This is a simple driver for the GTM601 Voice PCM interface
 *
 * Copyright (C) 2015 Goldelico GmbH
 *
 * Author: Marek Belisko <[email protected]>
 *
 * Based on wm8727.c driver
 */

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

static const struct snd_soc_dapm_widget gtm601_dapm_widgets[] =;

static const struct snd_soc_dapm_route gtm601_dapm_routes[] =;

static struct snd_soc_dai_driver gtm601_dai =;

static struct snd_soc_dai_driver bm818_dai =;

static const struct snd_soc_component_driver soc_component_dev_gtm601 =;

static int gtm601_platform_probe(struct platform_device *pdev)
{}

static const struct of_device_id gtm601_codec_of_match[] __maybe_unused =;
MODULE_DEVICE_TABLE(of, gtm601_codec_of_match);

static struct platform_driver gtm601_codec_driver =;

module_platform_driver();

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