diff options
author | Kai-Heng Feng <kai.heng.feng@canonical.com> | 2021-01-13 02:11:24 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-13 15:24:06 +0000 |
commit | 31ba0c0776027896553bd8477baff7c8b5d95699 (patch) | |
tree | 4965560ece09925d950ab471504e971079c3ce91 /sound/soc/sof/intel/hda.h | |
parent | bcd7059abc19e6ec5b2260dff6a008fb99c4eef9 (diff) | |
download | lwn-31ba0c0776027896553bd8477baff7c8b5d95699.tar.gz lwn-31ba0c0776027896553bd8477baff7c8b5d95699.zip |
ASoC: SOF: Intel: hda: Modify existing helper to disable WAKEEN
Modify hda_codec_jack_wake_enable() to also support disable WAKEEN.
In addition, this patch also moves the WAKEEN disablement call out of
hda_codec_jack_check() into hda_codec_jack_wake_enable().
This is a preparation for next patch.
No functional change intended.
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Link: https://lore.kernel.org/r/20210112181128.1229827-2-kai.heng.feng@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/hda.h')
-rw-r--r-- | sound/soc/sof/intel/hda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h index 9ec8ae0fd649..a3b6f3e9121c 100644 --- a/sound/soc/sof/intel/hda.h +++ b/sound/soc/sof/intel/hda.h @@ -650,7 +650,7 @@ void sof_hda_bus_init(struct hdac_bus *bus, struct device *dev); */ void hda_codec_probe_bus(struct snd_sof_dev *sdev, bool hda_codec_use_common_hdmi); -void hda_codec_jack_wake_enable(struct snd_sof_dev *sdev); +void hda_codec_jack_wake_enable(struct snd_sof_dev *sdev, bool enable); void hda_codec_jack_check(struct snd_sof_dev *sdev); #endif /* CONFIG_SND_SOC_SOF_HDA */ |