On Thu, 27 Oct 2022 14:46:56 +0200, Cezary Rojewski wrote: > > Allow for waiting for DRSM bit for specified stream to be cleared from > HDAudio library level. Drivers may utilize this optional step during the > stream resume procedure. > > Suggested-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > Signed-off-by: Cezary Rojewski <cezary.rojewski@xxxxxxxxx> > --- > > Changes in v4: > - replaced readb_poll_timeout() with read_poll_timeout() for the DRSM > polling function as the register is u32 wide, not u8 Reviewed-by: Takashi Iwai <tiwai@xxxxxxx> thanks, Takashi