forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ALSA] snd-emu10k1: Add some comments regarding chip types.
Modules: EMU10K1/EMU10K2 driver Signed-off-by: James Courtier-Dutton <[email protected]>
- Loading branch information
James Courtier-Dutton
authored and
Jaroslav Kysela
committed
Jan 3, 2006
1 parent
aad9095
commit 54efc96
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -776,6 +776,12 @@ static int snd_emu10k1_dev_free(struct snd_device *device) | |
static struct snd_emu_chip_details emu_chip_details[] = { | ||
/* Audigy 2 Value AC3 out does not work yet. Need to find out how to turn off interpolators.*/ | ||
/* Tested by [email protected] 3rd July 2005 */ | ||
/* DSP: CA0108-IAT | ||
* DAC: CS4382-KQ | ||
* ADC: Philips 1361T | ||
* AC97: STAC9750 | ||
* CA0151: None | ||
*/ | ||
{.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102, | ||
.driver = "Audigy2", .name = "Audigy 2 Value [SB0400]", | ||
.id = "Audigy2", | ||
|
@@ -845,6 +851,14 @@ static struct snd_emu_chip_details emu_chip_details[] = { | |
.spk71 = 1, | ||
.spdif_bug = 1, | ||
.ac97_chip = 1} , | ||
/* Audigy 2 */ | ||
/* Tested by [email protected] 3rd July 2005 */ | ||
/* DSP: CA0102-IAT | ||
* DAC: CS4382-KQ | ||
* ADC: Philips 1361T | ||
* AC97: STAC9721 | ||
* CA0151: Yes | ||
*/ | ||
{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10071102, | ||
.driver = "Audigy2", .name = "Audigy 2 [SB0240]", | ||
.id = "Audigy2", | ||
|