]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Limit i915 HDMI binding only for HSW and later
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 Mar 2016 17:15:26 +0000 (18:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Mar 2016 17:15:26 +0000 (18:15 +0100)
commit9beaa7b83962b2247caa73b2dff2a27b25c7eaab
treeb03cdc0f6024355371c867e088b4ef0f5cd2d8ac
parentd09d9869936a6e7c2cc878d3323f5f05b89e60d8
ALSA: hda - Limit i915 HDMI binding only for HSW and later

It turned out that the pre-HSW Intel chips are incompatible with the
naive assumption we had -- the fixed mapping between the port and the
HD-audio widget.  This may result in the bad access, as captured by
the recent patch to add a WARN_ON() for the port mapping check.

As a quick workaround, disable the i915 audio component binding for
all pre-Haswell models.

Reported-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: <stable@vger.kernel.org> # v4.5
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c