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

2021-01-05 Thread Kai Vehmanen
Hi, On Mon, 4 Jan 2021, Kai-Heng Feng wrote: > 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(). ack, this looks good: Acked-by: Kai Vehmanen

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

2021-01-04 Thread Kai-Heng Feng
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