linux/sound/soc/qcom/sc8280xp.c

// SPDX-License-Identifier: GPL-2.0
// Copyright (c) 2022, Linaro Limited

#include <dt-bindings/sound/qcom,q6afe.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/pcm.h>
#include <linux/soundwire/sdw.h>
#include <sound/jack.h>
#include <linux/input-event-codes.h>
#include "qdsp6/q6afe.h"
#include "common.h"
#include "sdw.h"

struct sc8280xp_snd_data {};

static int sc8280xp_snd_init(struct snd_soc_pcm_runtime *rtd)
{}

static void sc8280xp_snd_shutdown(struct snd_pcm_substream *substream)
{}

static int sc8280xp_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd,
				     struct snd_pcm_hw_params *params)
{}

static int sc8280xp_snd_hw_params(struct snd_pcm_substream *substream,
				struct snd_pcm_hw_params *params)
{}

static int sc8280xp_snd_prepare(struct snd_pcm_substream *substream)
{}

static int sc8280xp_snd_hw_free(struct snd_pcm_substream *substream)
{}

static const struct snd_soc_ops sc8280xp_be_ops =;

static void sc8280xp_add_be_ops(struct snd_soc_card *card)
{}

static int sc8280xp_platform_probe(struct platform_device *pdev)
{}

static const struct of_device_id snd_sc8280xp_dt_match[] =;

MODULE_DEVICE_TABLE(of, snd_sc8280xp_dt_match);

static struct platform_driver snd_sc8280xp_driver =;
module_platform_driver();
MODULE_AUTHOR();
MODULE_DESCRIPTION();
MODULE_LICENSE();