ALSA: hda - Really restrict i915 notifier to HSW+
authorTakashi Iwai <tiwai@suse.de>
Fri, 18 Mar 2016 14:10:08 +0000 (15:10 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Mar 2016 14:19:35 +0000 (15:19 +0100)
commit691be973c0621255abb31572a98e35c57be70212
treeb930d4790873336ab9bfeaec1c3314ac337592cf
parent222bde03881c470de8aa4ca8e58f5950c2b84d12
ALSA: hda - Really restrict i915 notifier to HSW+

The commit [b62232d429fa: ALSA: hda - Limit i915 HDMI binding only for
HSW and later] tried to limit the usage of i915 audio notifier to the
recent Intel models and switch to the old method on pre-Haswell
models.  However, it assumed that the i915 component binding hasn't
been done on such models, and the assumption was wrong: namely,
Baytrail had already the i915 component binding due to powerwell
control.  Thus, the workaround wasn't applied to Baytrail.

For fixing this properly, this patch introduces a new flag indicating
the usage of audio notifier and codec_has_acomp() refers to this flag
instead of checking the existence of audio component.

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