1 Nov 2005 01:59
[PATCH] Creative Audigy 2 cardbus: Add IO window wakeup magic
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2005-11-01 00:59:52 GMT
2005-11-01 00:59:52 GMT
tree c9b72300f45441bbe8571a7fbaaf2aa5e6b3d28c parent 659603ef692d3f6c7c216e80310990253864bf2e author James Courtier-Dutton <James <at> superbug.co.uk> Mon, 31 Oct 2005 10:27:41 +0000 committer Linus Torvalds <torvalds <at> g5.osdl.org> Tue, 01 Nov 2005 08:09:39 -0800 [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 <at> 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 <at> osdl.org> include/sound/emu10k1.h | 1 + sound/pci/emu10k1/emu10k1_main.c | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h(Continue reading)
RSS Feed