]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc67b9fc5bcb2ce50dd82d5ca0130806dcd43160
tree22302073f672f1d504fb820d9fcea49a5a430a59
parenteab860ea7c694551460224be5f21dd016f8a5473
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