]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
PCI: Add function 0 DMA alias quirk for Glenfly Arise chip
authorWangYuli <wangyuli@uniontech.com>
Fri, 23 Aug 2024 09:57:08 +0000 (17:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:50 +0000 (15:11 +0200)
commiteb54979471aa97182e05aa4e91a1072fa862bf62
tree520027cddac9a3a113e748100806c9acc8ed6570
parent7022a517bf1ca37ef5a474365bcc5eafd345a13a
PCI: Add function 0 DMA alias quirk for Glenfly Arise chip

[ Upstream commit 9246b487ab3c3b5993aae7552b7a4c541cc14a49 ]

Add DMA support for audio function of Glenfly Arise chip, which uses
Requester ID of function 0.

Link: https://lore.kernel.org/r/CA2BBD087345B6D1+20240823095708.3237375-1-wangyuli@uniontech.com
Signed-off-by: SiyuLi <siyuli@glenfly.com>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
[bhelgaas: lower-case hex to match local code, drop unused Device IDs]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pci/quirks.c
include/linux/pci_ids.h
sound/pci/hda/hda_intel.c