ALSA: wss_lib: use wss constants instead of ad1848 ones
[sfrench/cifs-2.6.git] / sound / isa / ad1848 / ad1848.c
index 74db24ae650973d25a54e0a8ca26019ba4cc6244..40de24b280d34ea40d767232cfad3228bbe3ff2d 100644 (file)
@@ -96,7 +96,7 @@ static int __devinit snd_ad1848_probe(struct device *dev, unsigned int n)
                return -EINVAL;
 
        error = snd_ad1848_create(card, port[n], irq[n], dma1[n],
-                       thinkpad[n] ? AD1848_HW_THINKPAD : AD1848_HW_DETECT, &chip);
+                       thinkpad[n] ? WSS_HW_THINKPAD : WSS_HW_DETECT, &chip);
        if (error < 0)
                goto out;