summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/oss/aedsp16.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sound/oss/aedsp16.c b/sound/oss/aedsp16.c
index 35b5912cf3f8..bb477d5c8528 100644
--- a/sound/oss/aedsp16.c
+++ b/sound/oss/aedsp16.c
@@ -482,13 +482,13 @@ static struct orVals orDMA[] __initdata = {
482}; 482};
483 483
484static struct aedsp16_info ae_config = { 484static struct aedsp16_info ae_config = {
485 DEF_AEDSP16_IOB, 485 .base_io = DEF_AEDSP16_IOB,
486 DEF_AEDSP16_IRQ, 486 .irq = DEF_AEDSP16_IRQ,
487 DEF_AEDSP16_MRQ, 487 .mpu_irq = DEF_AEDSP16_MRQ,
488 DEF_AEDSP16_DMA, 488 .dma = DEF_AEDSP16_DMA,
489 -1, 489 .mss_base = -1,
490 -1, 490 .mpu_base = -1,
491 INIT_NONE 491 .init = INIT_NONE
492}; 492};
493 493
494/* 494/*