Re: [PATCH] ASoC: amd: Rectifying Unbalanced pm_runtime_enable! issue

2020-07-01 Thread Mark Brown
On Tue, 30 Jun 2020 14:52:38 +0530, Ravulapati Vishnu vardhan rao wrote: > When snd_pci_acp3x driver loads we see: > > WARNING kernel:snd_pci_acp3x :04:00.5: Unbalanced pm_runtime_enable! > at boot time. > same can be observed in /var/log/messages/. > > Modifying pm runtime sequence for

[PATCH] ASoC: amd: Rectifying Unbalanced pm_runtime_enable! issue

2020-06-30 Thread Ravulapati Vishnu vardhan rao
When snd_pci_acp3x driver loads we see: WARNING kernel:snd_pci_acp3x :04:00.5: Unbalanced pm_runtime_enable! at boot time. same can be observed in /var/log/messages/. Modifying pm runtime sequence for fixing unbalanced pm issue. Signed-off-by: Ravulapati Vishnu vardhan rao ---