#include <linux/module.h>
#include <sound/hdaudio_ext.h>
#include <sound/hda_register.h>
#include <sound/hda_component.h>
#include <sound/hda-mlink.h>
#include "../ops.h"
#include "hda.h"
int hda_dsp_ctrl_link_reset(struct snd_sof_dev *sdev, bool reset)
{ … }
int hda_dsp_ctrl_get_caps(struct snd_sof_dev *sdev)
{ … }
EXPORT_SYMBOL_NS(…);
void hda_dsp_ctrl_ppcap_enable(struct snd_sof_dev *sdev, bool enable)
{ … }
EXPORT_SYMBOL_NS(…);
void hda_dsp_ctrl_ppcap_int_enable(struct snd_sof_dev *sdev, bool enable)
{ … }
EXPORT_SYMBOL_NS(…);
void hda_dsp_ctrl_misc_clock_gating(struct snd_sof_dev *sdev, bool enable)
{ … }
int hda_dsp_ctrl_clock_power_gating(struct snd_sof_dev *sdev, bool enable)
{ … }
EXPORT_SYMBOL_NS(…);
int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev)
{ … }
EXPORT_SYMBOL_NS(…);
void hda_dsp_ctrl_stop_chip(struct snd_sof_dev *sdev)
{ … }
MODULE_LICENSE(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_IMPORT_NS(…);
MODULE_IMPORT_NS(…);
MODULE_IMPORT_NS(…);