Re: [Intel-gfx] [PATCH] ALSA: hda: Remove finite loop from snd_hdac_sync_power_state()

2018-02-13 Thread Takashi Iwai
On Tue, 13 Feb 2018 10:09:48 +0100, abhijeet.ku...@intel.com wrote: > > From: Abhijeet Kumar > > Finite loop was causing few igt@pm_rpm tests failure for HSW and BDW. > Thus changing it back to infinite one. This missing the explanation why the finite loop fails. I can guess, but some more deta

[Intel-gfx] [PATCH] ALSA: hda: Remove finite loop from snd_hdac_sync_power_state()

2018-02-13 Thread abhijeet . kumar
From: Abhijeet Kumar Finite loop was causing few igt@pm_rpm tests failure for HSW and BDW. Thus changing it back to infinite one. References: https://bugs.freedesktop.org/show_bug.cgi?id=105069 Signed-off-by: Abhijeet Kumar --- sound/hda/hdac_device.c | 4 ++-- 1 file changed, 2 insertions(+)