Hi Takashi,
I had few off fixes on hdac piled up so time to send them out.
First one is a fix for stream assignment for decoupled mode used in SKL driver. Second one is static checker fix reported by Dan Carpenter Last is a potential issue which our team reported so a WA for that. The command DMAs do not finish instantaneously, so we should per spec wait till DMA finishes
Jeeja KP (2): ALSA: HDA: Fix stream assignment for host in decoupled mode ALSA: HDA: Dont check return for snd_hdac_chip_readl
Vinod Koul (1): ALSA: HDA: wait for RIRB, CORB DMA to finish
sound/hda/ext/hdac_ext_controller.c | 6 ------ sound/hda/ext/hdac_ext_stream.c | 2 +- sound/hda/hdac_controller.c | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 7 deletions(-)