Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=82c8c74107c31673478031e90e24a2b74ca680f2
Commit:     82c8c74107c31673478031e90e24a2b74ca680f2
Parent:     86f55319011499662ec7f78db1640b1d158fcba0
Author:     James Courtier-Dutton <[EMAIL PROTECTED]>
AuthorDate: Thu Apr 19 11:14:41 2007 +0100
Committer:  Mercurial server <[EMAIL PROTECTED]>
CommitDate: Fri May 11 16:56:13 2007 +0200

    [ALSA] snd-emu10k1: Prevent E-Mu 1010 Notebook card from hanging PC.
    
    E-Mu 1010 is not currently supported yet. Needs development work.
    
    Signed-off-by: James Courtier-Dutton <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/emu10k1/emu10k1_main.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index 80aa585..a130472 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -1216,6 +1216,15 @@ static struct snd_emu_chip_details emu_chip_details[] = {
         .spi_dac = 1,
         .i2c_adc = 1,
         .spk71 = 1} ,
+       {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102,
+        .driver = "Audigy2", .name = "E-mu 1010 Notebook [MAEM8950]", 
+        .id = "EMU1010",
+        .emu10k2_chip = 1,
+        .ca0108_chip = 1,
+        .ca_cardbus_chip = 1,
+        .spi_dac = 1,
+        .i2c_adc = 1,
+        .spk71 = 1} ,
        {.vendor = 0x1102, .device = 0x0008, 
         .driver = "Audigy2", .name = "Audigy 2 Value [Unknown]", 
         .id = "Audigy2",
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to