Skip to content

Commit e71290c

Browse files
IcenowyRevySR
authored andcommitted
RISCV64: SOPHGO: HACK: nvidia hda: force msi
Signed-off-by: Icenowy Zheng <[email protected]> Signed-off-by: Han Gao <[email protected]>
1 parent 5ebd4ae commit e71290c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ enum {
316316

317317
/* quirks for Nvidia */
318318
#define AZX_DCAPS_PRESET_NVIDIA \
319-
(AZX_DCAPS_NO_MSI | AZX_DCAPS_CORBRP_SELF_CLEAR |\
319+
(AZX_DCAPS_CORBRP_SELF_CLEAR |\
320320
AZX_DCAPS_SNOOP_TYPE(NVIDIA))
321321

322322
#define AZX_DCAPS_PRESET_CTHDA \

0 commit comments

Comments
 (0)