mbox series

[0/5] ALSA: hda/tas2781: restore power state after system_resume

Message ID cover.1709918447.git.soyer@irl.hu
Headers show
Series ALSA: hda/tas2781: restore power state after system_resume | expand

Message

Gergo Koteles March 8, 2024, 5:41 p.m. UTC
This series makes some simplifications, speeding up the start of the 
playback and restoring the power state of the amplifiers after 
system_resume.

Gergo Koteles (5):
  ALSA: hda/tas2781: use dev_dbg in system_resume
  ALSA: hda/tas2781: add lock to system_suspend
  ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend
  ALSA: hda/tas2781: do not call pm_runtime_force_* in
    system_resume/suspend
  ALSA: hda/tas2781: restore power state after system_resume

 sound/pci/hda/tas2781_hda_i2c.c | 35 ++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 18 deletions(-)


base-commit: 90d35da658da8cff0d4ecbb5113f5fac9d00eb72

Comments

Takashi Iwai March 11, 2024, 8:15 a.m. UTC | #1
On Fri, 08 Mar 2024 18:41:39 +0100,
Gergo Koteles wrote:
> 
> This series makes some simplifications, speeding up the start of the 
> playback and restoring the power state of the amplifiers after 
> system_resume.
> 
> Gergo Koteles (5):
>   ALSA: hda/tas2781: use dev_dbg in system_resume
>   ALSA: hda/tas2781: add lock to system_suspend
>   ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend
>   ALSA: hda/tas2781: do not call pm_runtime_force_* in
>     system_resume/suspend
>   ALSA: hda/tas2781: restore power state after system_resume

Applied all patches now.  Thanks.


Takashi