lkml.org 
[lkml]   [2020]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 3/4] ALSA: hda: Separate runtime and system suspend
On Tue, 27 Oct 2020 08:46:05 +0100,
Takashi Iwai wrote:
> > @@ -1103,10 +1115,8 @@ static int azx_runtime_suspend(struct device *dev)
> > chip = card->private_data;
> >
> > /* enable controller wake up event */
> > - if (snd_power_get_state(card) == SNDRV_CTL_POWER_D0) {
> > - azx_writew(chip, WAKEEN, azx_readw(chip, WAKEEN) |
> > - STATESTS_INT_MASK);
> > - }
> > + azx_writew(chip, WAKEEN, azx_readw(chip, WAKEEN) |
> > + STATESTS_INT_MASK);
>
> ... here we should have the check of chip->prepared, and set WAKEEN
> only when it's false. Otherwise WAKEEN is set up for the system
> suspend, and it might lead to spurious wakeups. (IOW, checking the
> flag at resume doesn't help for preventing the spurious wakeup :)

Scratch my comment above; it's the code path only for the runtime
suspend in your new code, then this cleanup makes sense.


thanks,

Takashi

\
 
 \ /
  Last update: 2020-10-27 09:12    [W:0.371 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site