Commit d0de2326 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] ALi it turns out has a 31bit audio device

parent 205de206
......@@ -221,7 +221,7 @@
#define TRIDENT_STATE_MAGIC 0x63657373 /* "cess" */
#define TRIDENT_DMA_MASK 0x3fffffff /* DMA buffer mask for pci_alloc_consist */
#define ALI_DMA_MASK 0xffffffff /* ALI Tridents lack the 30-bit limitation */
#define ALI_DMA_MASK 0x7fffffff /* ALI Tridents have 31-bit DMA. Wow. */
#define NR_HW_CH 32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment