|
@@ -615,7 +615,7 @@ enum {
|
|
/* quirks for Nvidia */
|
|
/* quirks for Nvidia */
|
|
#define AZX_DCAPS_PRESET_NVIDIA \
|
|
#define AZX_DCAPS_PRESET_NVIDIA \
|
|
(AZX_DCAPS_NVIDIA_SNOOP | AZX_DCAPS_RIRB_DELAY | AZX_DCAPS_NO_MSI |\
|
|
(AZX_DCAPS_NVIDIA_SNOOP | AZX_DCAPS_RIRB_DELAY | AZX_DCAPS_NO_MSI |\
|
|
- AZX_DCAPS_ALIGN_BUFSIZE)
|
|
|
|
|
|
+ AZX_DCAPS_ALIGN_BUFSIZE | AZX_DCAPS_NO_64BIT)
|
|
|
|
|
|
#define AZX_DCAPS_PRESET_CTHDA \
|
|
#define AZX_DCAPS_PRESET_CTHDA \
|
|
(AZX_DCAPS_NO_MSI | AZX_DCAPS_POSFIX_LPIB | AZX_DCAPS_4K_BDLE_BOUNDARY)
|
|
(AZX_DCAPS_NO_MSI | AZX_DCAPS_POSFIX_LPIB | AZX_DCAPS_4K_BDLE_BOUNDARY)
|