diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-12-17 08:12:37 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-12-17 08:14:59 +0100 |
commit | ef85f299c74e6c5dd98ec0230183be33f4c2813d (patch) | |
tree | 76b7089f7eb1994b42ff0d8921f3ef4008099aaf /sound/pci/hda/hda_controller.h | |
parent | Merge branch 'topic/firewire-update' into for-next (diff) | |
download | linux-ef85f299c74e6c5dd98ec0230183be33f4c2813d.tar.xz linux-ef85f299c74e6c5dd98ec0230183be33f4c2813d.zip |
ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps
AZX_DCAPS_RIRB_PRE_DELAY is always tied with AZX_DCAPS_CTX_WORKAROUND,
which is Creative's XFi specific. So, we can replace it and reduce
one more bit free for DCAPS.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_controller.h')
-rw-r--r-- | sound/pci/hda/hda_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_controller.h b/sound/pci/hda/hda_controller.h index a32ec9004edd..c723bcc7fcef 100644 --- a/sound/pci/hda/hda_controller.h +++ b/sound/pci/hda/hda_controller.h @@ -33,7 +33,7 @@ #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 */ +/* 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 */ |