ALSA: hda - Limit 40bit DMA for AMD HDMI controllers
authorTakashi Iwai <tiwai@suse.de>
Wed, 1 Oct 2014 08:30:53 +0000 (10:30 +0200)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 24 Nov 2014 03:02:53 +0000 (14:02 +1100)
commit413cbf469a19e7662ba5025695bf5a573927105a
tree22302073f672f1d504fb820d9fcea49a5a430a59
parent5d01410fe4d92081f349b013a2e7a95429e4f2c9
ALSA: hda - Limit 40bit DMA for AMD HDMI controllers

AMD/ATI HDMI controller chip models, we already have a filter to lower
to 32bit DMA, but the rest are supposed to be working with 64bit
although the hardware doesn't really work with 63bit but only with 40
or 48bit DMA.  In this patch, we take 40bit DMA for safety for the
AMD/ATI controllers as the graphics drivers does.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: <stable@vger.kernel.org>
sound/pci/hda/hda_intel.c