summaryrefslogtreecommitdiffstats
path: root/kernel/sound/pci/hda/hda_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sound/pci/hda/hda_controller.h')
-rw-r--r--kernel/sound/pci/hda/hda_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sound/pci/hda/hda_controller.h b/kernel/sound/pci/hda/hda_controller.h
index 7b635d68c..b17539537 100644
--- a/kernel/sound/pci/hda/hda_controller.h
+++ b/kernel/sound/pci/hda/hda_controller.h
@@ -32,8 +32,8 @@
#define AZX_DCAPS_NO_MSI (1 << 9) /* No MSI support */
#define AZX_DCAPS_SNOOP_MASK (3 << 10) /* snoop type mask */
#define AZX_DCAPS_SNOOP_OFF (1 << 12) /* snoop default off */
-#define AZX_DCAPS_RIRB_DELAY (1 << 13) /* Long delay in read loop */
-#define AZX_DCAPS_RIRB_PRE_DELAY (1 << 14) /* Put a delay before read */
+/* 13 unused */
+/* 14 unused */
#define AZX_DCAPS_CTX_WORKAROUND (1 << 15) /* X-Fi workaround */
#define AZX_DCAPS_POSFIX_LPIB (1 << 16) /* Use LPIB as default */
#define AZX_DCAPS_POSFIX_VIA (1 << 17) /* Use VIACOMBO as default */