aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/ice1724.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ice1712/ice1724.c')
-rw-r--r--sound/pci/ice1712/ice1724.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
index 0666cbc5f5fa..6a29bcf19042 100644
--- a/sound/pci/ice1712/ice1724.c
+++ b/sound/pci/ice1712/ice1724.c
@@ -2345,6 +2345,14 @@ static int __devinit snd_vt1724_probe(struct pci_dev *pci,
2345 } 2345 }
2346 c = &no_matched; 2346 c = &no_matched;
2347 __found: 2347 __found:
2348 /*
2349 * VT1724 has separate DMAs for the analog and the SPDIF streams while
2350 * ICE1712 has only one for both (mixed up).
2351 *
2352 * Confusingly the analog PCM is named "professional" here because it
2353 * was called so in ice1712 driver, and vt1724 driver is derived from
2354 * ice1712 driver.
2355 */
2348 2356
2349 if ((err = snd_vt1724_pcm_profi(ice, pcm_dev++)) < 0) { 2357 if ((err = snd_vt1724_pcm_profi(ice, pcm_dev++)) < 0) {
2350 snd_card_free(card); 2358 snd_card_free(card);