X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fpci%2Foxygen%2Fhifier.c;h=173d6dddc937de3e947cf405b3d1cb9a3e164bd8;hb=568c59e722da22c9b0a485c2f1aaf28cb1b36b79;hp=dad393ae040a2dc474f638ff8e95817bed95ed57;hpb=316343e2cfd9a4bb4c70d0e1991e7a74840fe29e;p=linux-2.6-omap-h63xx.git diff --git a/sound/pci/oxygen/hifier.c b/sound/pci/oxygen/hifier.c index dad393ae040..173d6dddc93 100644 --- a/sound/pci/oxygen/hifier.c +++ b/sound/pci/oxygen/hifier.c @@ -180,7 +180,7 @@ static int __devinit hifier_probe(struct pci_dev *pci, ++dev; return -ENOENT; } - err = oxygen_pci_probe(pci, index[dev], id[dev], &model_hifier); + err = oxygen_pci_probe(pci, index[dev], id[dev], &model_hifier, 0); if (err >= 0) ++dev; return err;