ALSA: hdac: clear link output stream mapping
authorRander Wang <rander.wang@linux.intel.com>
Mon, 30 Sep 2019 14:29:45 +0000 (09:29 -0500)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Oct 2019 01:58:48 +0000 (03:58 +0200)
commit130bce3afbbbbe585cba8604f2124c28e8d86fb0
tree90bab407ce5ca116478409761bc9d5e33986df90
parent1099f48457d06b816359fb43ac32a4a07e33219b
ALSA: hdac: clear link output stream mapping

Fix potential DMA hang upon starting playback on devices in HDA mode
on Intel platforms (Gemini Lake/Whiskey Lake/Comet Lake/Ice Lake). It
doesn't affect platforms before Gemini Lake or any Intel device in
non-HDA mode.

The reset value for the LOSDIV register is all output streams valid.
Clear this register to invalidate non-existent streams when the bus
is powered up.

Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190930142945.7805-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hda_register.h
sound/hda/ext/hdac_ext_controller.c