Re: [PATCH] ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()

From: Takashi Iwai
Date: Wed Mar 08 2023 - 00:40:15 EST


On Tue, 07 Mar 2023 22:40:54 +0100,
Bjorn Helgaas wrote:
>
> From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>
> CONTROLLER_IN_GPU() is clearly intended to match only Intel devices, but
> previously it checked only the PCI Device ID, not the Vendor ID, so it
> could match devices from other vendors that happened to use the same Device
> ID.
>
> Update CONTROLLER_IN_GPU() so it matches only Intel devices.
>
> Fixes: 535115b5ff51 ("ALSA: hda - Abort the probe without i915 binding for HSW/B")
> Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>

Thanks, applied now.


Takashi