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