mbox series

[v2,0/2] ALSA: HDA: Early Forbid of runtime PM

Message ID 20200930114140.3839617-1-kai.vehmanen@linux.intel.com
Headers show
Series ALSA: HDA: Early Forbid of runtime PM | expand

Message

Kai Vehmanen Sept. 30, 2020, 11:41 a.m. UTC
Fix a race with runtime PM enabled during codec initialization.

For snd-hda-intel, no changes are needed in controller code, but
to not break ASoC controller drivers, this V2 series adds
an additional change in ASoC hdac_hda to allow runtime pm again
at end of probe.

Harsha Priya (1):
  ALSA: HDA: Early Forbid of runtime PM

Kai Vehmanen (1):
  ASoC: hdac_hda: allow runtime pm at end of probe

 sound/pci/hda/hda_codec.c   | 3 +++
 sound/soc/codecs/hdac_hda.c | 3 +++
 2 files changed, 6 insertions(+)