[PATCH] Creative Audigy 2 cardbus: Add IO window wakeup magic
This adds the magic IO wakeup code for the CardBus version of the Creative Labs Audigy 2 to the snd-emu10k1 driver. Without the magic IO enable sequence, reading from the IO region of the card will fail spectacularly, and the machine will hang. My next task will be getting the driver to actually play sound without distortion. Signed-off-by: James Courtier-Dutton <James@superbug.co.uk> [ This is a work-in-progress, but since it avoids a total lockup if the emu10k module is loaded on a machine with the cardbus card inserted, we're better off with it than without it, even if sound quality is bad right now ] Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
659603ef69
commit
d83c671fb7
@@ -1055,6 +1055,7 @@ typedef struct {
|
||||
unsigned char emu10k2_chip; /* Audigy 1 or Audigy 2. */
|
||||
unsigned char ca0102_chip; /* Audigy 1 or Audigy 2. Not SB Audigy 2 Value. */
|
||||
unsigned char ca0108_chip; /* Audigy 2 Value */
|
||||
unsigned char ca_cardbus_chip; /* Audigy 2 ZS Notebook */
|
||||
unsigned char ca0151_chip; /* P16V */
|
||||
unsigned char spk71; /* Has 7.1 speakers */
|
||||
unsigned char sblive51; /* SBLive! 5.1 - extout 0x11 -> center, 0x12 -> lfe */
|
||||
|
||||
Reference in New Issue
Block a user