ALSA: wss_lib: use wss pcm code instead of ad1848 one
[sfrench/cifs-2.6.git] / sound / isa / ad1848 / ad1848.c
index d5a96631587ceabd937813c1202836a55112a34d..17970c2f27e75bcf595e3d0f5436d5027d2e16fe 100644 (file)
@@ -102,7 +102,7 @@ static int __devinit snd_ad1848_probe(struct device *dev, unsigned int n)
 
        card->private_data = chip;
 
-       error = snd_ad1848_pcm(chip, 0, &pcm);
+       error = snd_wss_pcm(chip, 0, &pcm);
        if (error < 0)
                goto out;