]> git.ipfire.org Git - thirdparty/linux.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)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 23 Aug 2024 18:01:20 +0000 (13:01 -0500)
commit9246b487ab3c3b5993aae7552b7a4c541cc14a49
tree5c448bacf613c1df822a11f56acf88277ce1b2cd
parent8400291e289ee6b2bf9779ff1c83a291501f017b
PCI: Add function 0 DMA alias quirk for Glenfly Arise chip

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>
drivers/pci/quirks.c
include/linux/pci_ids.h
sound/pci/hda/hda_intel.c