#include <linux/module.h>
#include <linux/platform_device.h>
#include <sound/core.h>
#include <sound/hda_codec.h>
#include <sound/jack.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/soc-acpi.h>
#include "../../codecs/hdac_hda.h"
#include "../../sof/intel/hda.h"
#include "sof_board_helpers.h"
static int skl_hda_card_late_probe(struct snd_soc_card *card)
{ … }
#define HDA_CODEC_AUTOSUSPEND_DELAY_MS …
static void skl_set_hda_codec_autosuspend_delay(struct snd_soc_card *card)
{ … }
#define IDISP_HDMI_BE_ID …
#define HDA_BE_ID …
#define DMIC01_BE_ID …
#define DMIC16K_BE_ID …
#define BT_OFFLOAD_BE_ID …
#define HDA_LINK_ORDER …
#define HDA_LINK_IDS …
static unsigned long
skl_hda_get_board_quirk(struct snd_soc_acpi_mach_params *mach_params)
{ … }
static int skl_hda_audio_probe(struct platform_device *pdev)
{ … }
static struct platform_driver skl_hda_audio = …;
module_platform_driver(…) …
MODULE_DESCRIPTION(…) …;
MODULE_AUTHOR(…) …;
MODULE_LICENSE(…) …;
MODULE_ALIAS(…) …;
MODULE_IMPORT_NS(…);