diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-02-02 21:51:52 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-02-02 21:51:52 -0500 |
commit | 33052057e3e2db7f37fc78aa3f25c98f7e989fae (patch) | |
tree | e80a3aa1371f513c833dc94a16674f78faeeeb1d /sound/pci/ca0106/ca0106_main.c | |
parent | 00b464debf0038b1628996065f0be564ccfbfd86 (diff) | |
parent | 1113a7e92e483074c6235da59460759e33b9b144 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'sound/pci/ca0106/ca0106_main.c')
-rw-r--r-- | sound/pci/ca0106/ca0106_main.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c index 6ed7c0bfa091..9477838a9c88 100644 --- a/sound/pci/ca0106/ca0106_main.c +++ b/sound/pci/ca0106/ca0106_main.c | |||
@@ -199,7 +199,8 @@ static struct snd_ca0106_details ca0106_chip_details[] = { | |||
199 | .name = "MSI K8N Diamond MB [SB0438]", | 199 | .name = "MSI K8N Diamond MB [SB0438]", |
200 | .gpio_type = 1, | 200 | .gpio_type = 1, |
201 | .i2c_adc = 1 } , | 201 | .i2c_adc = 1 } , |
202 | /* Shuttle XPC SD31P which has an onboard Creative Labs Sound Blaster Live! 24-bit EAX | 202 | /* Shuttle XPC SD31P which has an onboard Creative Labs |
203 | * Sound Blaster Live! 24-bit EAX | ||
203 | * high-definition 7.1 audio processor". | 204 | * high-definition 7.1 audio processor". |
204 | * Added using info from andrewvegan in alsa bug #1298 | 205 | * Added using info from andrewvegan in alsa bug #1298 |
205 | */ | 206 | */ |
@@ -207,6 +208,15 @@ static struct snd_ca0106_details ca0106_chip_details[] = { | |||
207 | .name = "Shuttle XPC SD31P [SD31P]", | 208 | .name = "Shuttle XPC SD31P [SD31P]", |
208 | .gpio_type = 1, | 209 | .gpio_type = 1, |
209 | .i2c_adc = 1 } , | 210 | .i2c_adc = 1 } , |
211 | /* Shuttle XPC SD11G5 which has an onboard Creative Labs | ||
212 | * Sound Blaster Live! 24-bit EAX | ||
213 | * high-definition 7.1 audio processor". | ||
214 | * Fixes ALSA bug#1600 | ||
215 | */ | ||
216 | { .serial = 0x30411297, | ||
217 | .name = "Shuttle XPC SD11G5 [SD11G5]", | ||
218 | .gpio_type = 1, | ||
219 | .i2c_adc = 1 } , | ||
210 | { .serial = 0, | 220 | { .serial = 0, |
211 | .name = "AudigyLS [Unknown]" } | 221 | .name = "AudigyLS [Unknown]" } |
212 | }; | 222 | }; |