diff options
author | Veli-Matti Valtonen <maligor@gmail.com> | 2008-01-07 06:36:56 -0500 |
---|---|---|
committer | Mercurial server <hg@alsa0.alsa-project.org> | 2008-01-31 11:30:25 -0500 |
commit | 493b4acb9ed3193b19d45d62e0e5740d20f47adc (patch) | |
tree | ec486a9c37cbb7dbc11668620a86f5a60a238f08 /sound | |
parent | bd3d1c2096ff99311b8524273ba0f53502365136 (diff) |
[ALSA] emu10k1 - Another EMU0404 Board ID
This is based on pseudo-random playing around with the capabilities.
With ca0102 this card gives no output atall, ca0108 appears to work
fine, so it rather looks similar to the EMU1010b/EMU1010 changes.
Some other people seem to have succeeded in using this aswell:
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3496
From: Veli-Matti Valtonen <maligor@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/emu10k1/emu10k1_main.c | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c index 560bc50e6729..9a9b977d3cf1 100644 --- a/sound/pci/emu10k1/emu10k1_main.c +++ b/sound/pci/emu10k1/emu10k1_main.c | |||
@@ -1393,14 +1393,6 @@ static struct snd_emu_chip_details emu_chip_details[] = { | |||
1393 | .spi_dac = 1, | 1393 | .spi_dac = 1, |
1394 | .i2c_adc = 1, | 1394 | .i2c_adc = 1, |
1395 | .spk71 = 1} , | 1395 | .spk71 = 1} , |
1396 | /* Tested by James@superbug.co.uk 20-3-2007. */ | ||
1397 | {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102, | ||
1398 | .driver = "Audigy2", .name = "E-mu 0404 [4002]", | ||
1399 | .id = "EMU0404", | ||
1400 | .emu10k2_chip = 1, | ||
1401 | .ca0102_chip = 1, | ||
1402 | .spk71 = 1, | ||
1403 | .emu_model = EMU_MODEL_EMU0404} , /* EMU 0404 */ | ||
1404 | /* Tested by James@superbug.co.uk 4th Nov 2007. */ | 1396 | /* Tested by James@superbug.co.uk 4th Nov 2007. */ |
1405 | {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102, | 1397 | {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102, |
1406 | .driver = "Audigy2", .name = "E-mu 1010 Notebook [MAEM8950]", | 1398 | .driver = "Audigy2", .name = "E-mu 1010 Notebook [MAEM8950]", |
@@ -1425,7 +1417,23 @@ static struct snd_emu_chip_details emu_chip_details[] = { | |||
1425 | .emu10k2_chip = 1, | 1417 | .emu10k2_chip = 1, |
1426 | .ca0102_chip = 1, | 1418 | .ca0102_chip = 1, |
1427 | .spk71 = 1, | 1419 | .spk71 = 1, |
1428 | .emu_model = EMU_MODEL_EMU1010} , /* Emu 1010 */ | 1420 | .emu_model = EMU_MODEL_EMU1010}, /* Emu 1010 */ |
1421 | /* EMU0404b */ | ||
1422 | {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102, | ||
1423 | .driver = "Audigy2", .name = "E-mu 0404b [4002]", | ||
1424 | .id = "EMU0404", | ||
1425 | .emu10k2_chip = 1, | ||
1426 | .ca0108_chip = 1, | ||
1427 | .spk71 = 1, | ||
1428 | .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */ | ||
1429 | /* Tested by James@superbug.co.uk 20-3-2007. */ | ||
1430 | {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40021102, | ||
1431 | .driver = "Audigy2", .name = "E-mu 0404 [4002]", | ||
1432 | .id = "EMU0404", | ||
1433 | .emu10k2_chip = 1, | ||
1434 | .ca0102_chip = 1, | ||
1435 | .spk71 = 1, | ||
1436 | .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */ | ||
1429 | /* Audigy4 (Not PRO) SB0610 */ | 1437 | /* Audigy4 (Not PRO) SB0610 */ |
1430 | {.vendor = 0x1102, .device = 0x0008, | 1438 | {.vendor = 0x1102, .device = 0x0008, |
1431 | .driver = "Audigy2", .name = "Audigy 2 Value [Unknown]", | 1439 | .driver = "Audigy2", .name = "Audigy 2 Value [Unknown]", |