aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJames Courtier-Dutton <James@superbug.co.uk>2007-04-19 06:14:41 -0400
committerMercurial server <hg@alsa0.alsa-project.org>2007-05-11 10:56:13 -0400
commit82c8c74107c31673478031e90e24a2b74ca680f2 (patch)
tree343512d9860963c2c46c2d66cf9ce074b1065748 /sound
parent86f55319011499662ec7f78db1640b1d158fcba0 (diff)
[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 <James@superbug.co.uk> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/emu10k1/emu10k1_main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index 80aa585eade4..a130472314c9 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[] = {
1216 .spi_dac = 1, 1216 .spi_dac = 1,
1217 .i2c_adc = 1, 1217 .i2c_adc = 1,
1218 .spk71 = 1} , 1218 .spk71 = 1} ,
1219 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102,
1220 .driver = "Audigy2", .name = "E-mu 1010 Notebook [MAEM8950]",
1221 .id = "EMU1010",
1222 .emu10k2_chip = 1,
1223 .ca0108_chip = 1,
1224 .ca_cardbus_chip = 1,
1225 .spi_dac = 1,
1226 .i2c_adc = 1,
1227 .spk71 = 1} ,
1219 {.vendor = 0x1102, .device = 0x0008, 1228 {.vendor = 0x1102, .device = 0x0008,
1220 .driver = "Audigy2", .name = "Audigy 2 Value [Unknown]", 1229 .driver = "Audigy2", .name = "Audigy 2 Value [Unknown]",
1221 .id = "Audigy2", 1230 .id = "Audigy2",