diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/harmony.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/harmony.c b/sound/oss/harmony.c index bee9d344cd26..591683c55f27 100644 --- a/sound/oss/harmony.c +++ b/sound/oss/harmony.c | |||
@@ -1236,7 +1236,7 @@ harmony_driver_probe(struct parisc_device *dev) | |||
1236 | } | 1236 | } |
1237 | 1237 | ||
1238 | /* Set the HPA of harmony */ | 1238 | /* Set the HPA of harmony */ |
1239 | harmony.hpa = (struct harmony_hpa *)dev->hpa; | 1239 | harmony.hpa = (struct harmony_hpa *)dev->hpa.start; |
1240 | harmony.dev = dev; | 1240 | harmony.dev = dev; |
1241 | 1241 | ||
1242 | /* Grab the ID and revision from the device */ | 1242 | /* Grab the ID and revision from the device */ |
@@ -1250,7 +1250,7 @@ harmony_driver_probe(struct parisc_device *dev) | |||
1250 | 1250 | ||
1251 | printk(KERN_INFO "Lasi Harmony Audio driver " HARMONY_VERSION ", " | 1251 | printk(KERN_INFO "Lasi Harmony Audio driver " HARMONY_VERSION ", " |
1252 | "h/w id %i, rev. %i at 0x%lx, IRQ %i\n", | 1252 | "h/w id %i, rev. %i at 0x%lx, IRQ %i\n", |
1253 | id, rev, dev->hpa, harmony.dev->irq); | 1253 | id, rev, dev->hpa.start, harmony.dev->irq); |
1254 | 1254 | ||
1255 | /* Make sure the control bit isn't set, although I don't think it | 1255 | /* Make sure the control bit isn't set, although I don't think it |
1256 | ever is. */ | 1256 | ever is. */ |