]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/isa/sc6000.c
ALSA: wss_lib: use wss constants instead of ad1848 ones
[linux-2.6-omap-h63xx.git] / sound / isa / sc6000.c
index 1771f15d6d3cbd09108dbeee0bd538597b0bc995..0b6cf472ddcbe93f68c7965c23c0b188b1d3ee95 100644 (file)
@@ -549,7 +549,7 @@ static int __devinit snd_sc6000_probe(struct device *devptr, unsigned int dev)
                goto err_unmap2;
 
        err = snd_ad1848_create(card, mss_port[dev] + 4, xirq, xdma,
-                               AD1848_HW_DETECT, &chip);
+                               WSS_HW_DETECT, &chip);
        if (err < 0)
                goto err_unmap2;
        card->private_data = chip;