mbox series

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

Message ID 20220411073210.23445-1-mkumard@nvidia.com (mailing list archive)
Headers show
Series Add support for HDA Jack poll in suspend state | expand

Message

Mohan Kumar April 11, 2022, 7:32 a.m. UTC
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(-)

Comments

Takashi Iwai April 12, 2022, 9:40 a.m. UTC | #1
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