]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Disable 64bit address for Creative HDA controllers
authorTakashi Iwai <tiwai@suse.de>
Tue, 27 Oct 2015 13:21:51 +0000 (14:21 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 Oct 2015 13:32:02 +0000 (14:32 +0100)
commit8f6aadc932b05395a871292539b8ee5282c15a87
tree4aa5dabc63e42d357361a533a979482a77bbf53f
parentf3e4f54564a0284cf1dcce1791093620d0bc30b8
ALSA: hda - Disable 64bit address for Creative HDA controllers

We've had many reports that some Creative sound cards with CA0132
don't work well.  Some reported that it starts working after reloading
the module, while some reported it starts working when a 32bit kernel
is used.  All these facts seem implying that the chip fails to
communicate when the buffer is located in 64bit address.

This patch addresses these issues by just adding AZX_DCAPS_NO_64BIT
flag to the corresponding PCI entries.  I casually had a chance to
test an SB Recon3D board, and indeed this seems helping.

Although this hasn't been tested on all Creative devices, it's safer
to assume that this restriction applies to the rest of them, too.  So
the flag is applied to all Creative entries.

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