diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-06-17 10:35:22 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-18 03:31:59 -0400 |
commit | f52845ad771a2b62bc06bc940f16c8f6296654ec (patch) | |
tree | 82dcb2427194cb1558fcbd6cf27b5c96afc4ba43 /sound/pci/ca0106 | |
parent | 43785eaeb1cfb8aed3cf8027f298b242f88fdc45 (diff) |
ALSA: ca0106 - Add entry for another MSI K8N Diamond MB
Added an entry for another MSI K8N Diamond mobo with SSID 1102:1009.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/ca0106')
-rw-r--r-- | sound/pci/ca0106/ca0106_main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c index ecbe79b67e43..2f8b28add276 100644 --- a/sound/pci/ca0106/ca0106_main.c +++ b/sound/pci/ca0106/ca0106_main.c | |||
@@ -249,6 +249,11 @@ static struct snd_ca0106_details ca0106_chip_details[] = { | |||
249 | .name = "MSI K8N Diamond MB [SB0438]", | 249 | .name = "MSI K8N Diamond MB [SB0438]", |
250 | .gpio_type = 2, | 250 | .gpio_type = 2, |
251 | .i2c_adc = 1 } , | 251 | .i2c_adc = 1 } , |
252 | /* Another MSI K8N Diamond MB, which has apprently a different SSID */ | ||
253 | { .serial = 0x10091102, | ||
254 | .name = "MSI K8N Diamond MB", | ||
255 | .gpio_type = 2, | ||
256 | .i2c_adc = 1 } , | ||
252 | /* Shuttle XPC SD31P which has an onboard Creative Labs | 257 | /* Shuttle XPC SD31P which has an onboard Creative Labs |
253 | * Sound Blaster Live! 24-bit EAX | 258 | * Sound Blaster Live! 24-bit EAX |
254 | * high-definition 7.1 audio processor". | 259 | * high-definition 7.1 audio processor". |