linux/sound/soc/codecs/rt715-sdca-sdw.c

// SPDX-License-Identifier: GPL-2.0-only
//
// rt715-sdca-sdw.c -- rt715 ALSA SoC audio driver
//
// Copyright(c) 2020 Realtek Semiconductor Corp.
//
//

#include <linux/delay.h>
#include <linux/device.h>
#include <linux/mod_devicetable.h>
#include <linux/soundwire/sdw.h>
#include <linux/soundwire/sdw_type.h>
#include <linux/soundwire/sdw_registers.h>
#include <linux/module.h>
#include <linux/pm_runtime.h>
#include <linux/regmap.h>
#include <sound/soc.h>
#include "rt715-sdca.h"
#include "rt715-sdca-sdw.h"

static bool rt715_sdca_readable_register(struct device *dev, unsigned int reg)
{}

static bool rt715_sdca_volatile_register(struct device *dev, unsigned int reg)
{}

static bool rt715_sdca_mbq_readable_register(struct device *dev, unsigned int reg)
{}

static bool rt715_sdca_mbq_volatile_register(struct device *dev, unsigned int reg)
{}

static const struct regmap_config rt715_sdca_regmap =;

static const struct regmap_config rt715_sdca_mbq_regmap =;

static int rt715_sdca_update_status(struct sdw_slave *slave,
				enum sdw_slave_status status)
{}

static int rt715_sdca_read_prop(struct sdw_slave *slave)
{}

static const struct sdw_slave_ops rt715_sdca_slave_ops =;

static int rt715_sdca_sdw_probe(struct sdw_slave *slave,
			   const struct sdw_device_id *id)
{}

static int rt715_sdca_sdw_remove(struct sdw_slave *slave)
{}

static const struct sdw_device_id rt715_sdca_id[] =;
MODULE_DEVICE_TABLE(sdw, rt715_sdca_id);

static int __maybe_unused rt715_dev_suspend(struct device *dev)
{}

#define RT715_PROBE_TIMEOUT

static int __maybe_unused rt715_dev_resume(struct device *dev)
{}

static const struct dev_pm_ops rt715_pm =;

static struct sdw_driver rt715_sdw_driver =;
module_sdw_driver();

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