Re: [PATCH 1/2] ASoC: SOF: Intel: hda: Modify existing helper to disable WAKEEN

2020-12-31 Thread Kai-Heng Feng
On Thu, Dec 31, 2020 at 6:52 PM Takashi Iwai wrote: > > On Tue, 29 Dec 2020 14:38:14 +0100, > Kai-Heng Feng wrote: > > > > Modify hda_codec_jack_wake_enable() to also support disable WAKEEN. > > This is a preparation for next patch. > > > > No functional change intended. > > Maybe it's better to

Re: [PATCH 1/2] ASoC: SOF: Intel: hda: Modify existing helper to disable WAKEEN

2020-12-31 Thread Takashi Iwai
On Tue, 29 Dec 2020 14:38:14 +0100, Kai-Heng Feng wrote: > > Modify hda_codec_jack_wake_enable() to also support disable WAKEEN. > This is a preparation for next patch. > > No functional change intended. Maybe it's better to mention that this patch moves the WAKEEN disablement call out of

[PATCH 1/2] ASoC: SOF: Intel: hda: Modify existing helper to disable WAKEEN

2020-12-29 Thread Kai-Heng Feng
Modify hda_codec_jack_wake_enable() to also support disable WAKEEN. This is a preparation for next patch. No functional change intended. Signed-off-by: Kai-Heng Feng --- sound/soc/sof/intel/hda-codec.c | 16 +++- sound/soc/sof/intel/hda-dsp.c | 6 --