]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/isa/sc6000.c
ALSA: wss_lib: use wss pcm code instead of ad1848 one
[linux-2.6-omap-h63xx.git] / sound / isa / sc6000.c
index ef98fe7dced83e8fd0943528579aff492adc54c5..2f89ecb95ded5e10c05dd54178647bd673e90ea5 100644 (file)
@@ -554,10 +554,10 @@ static int __devinit snd_sc6000_probe(struct device *devptr, unsigned int dev)
                goto err_unmap2;
        card->private_data = chip;
 
-       err = snd_ad1848_pcm(chip, 0, NULL);
+       err = snd_wss_pcm(chip, 0, NULL);
        if (err < 0) {
                snd_printk(KERN_ERR PFX
-                          "error creating new ad1848 PCM device\n");
+                          "error creating new WSS PCM device\n");
                goto err_unmap2;
        }
        err = snd_wss_mixer(chip);