[PATCH 0/2] Add support for HDA Jack poll in suspend state

Mohan Kumar posted 2 patches 4 years ago
include/sound/hda_codec.h |  3 +++
sound/pci/hda/hda_codec.c | 11 ++++++++++-
sound/pci/hda/hda_tegra.c |  2 ++
3 files changed, 15 insertions(+), 1 deletion(-)
[PATCH 0/2] Add support for HDA Jack poll in suspend state
Posted by Mohan Kumar 4 years ago
This series is to add HDA jack polling support to update the Jack mixer control
status properly even during runtime suspended state, as unsol event won't be
triggered during D3 state.

Mohan Kumar (2):
  ALSA: hda: Jack detection poll in suspend state
  ALSA: hda/tegra: Enable Jack poll for tegra

 include/sound/hda_codec.h |  3 +++
 sound/pci/hda/hda_codec.c | 11 ++++++++++-
 sound/pci/hda/hda_tegra.c |  2 ++
 3 files changed, 15 insertions(+), 1 deletion(-)

-- 
2.17.1
Re: [PATCH 0/2] Add support for HDA Jack poll in suspend state
Posted by Takashi Iwai 4 years ago
On Mon, 11 Apr 2022 09:32:08 +0200,
Mohan Kumar wrote:
> 
> This series is to add HDA jack polling support to update the Jack mixer control
> status properly even during runtime suspended state, as unsol event won't be
> triggered during D3 state.
> 
> Mohan Kumar (2):
>   ALSA: hda: Jack detection poll in suspend state
>   ALSA: hda/tegra: Enable Jack poll for tegra

Applied both patches now to for-next branch.


thanks,

Takashi