From 436152c1b1b1103bd8a766bb3c14cc4dc4ff183f Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Sat, 16 Apr 2005 15:25:55 -0700 Subject: [PATCH] --- yaml --- r: 143 b: refs/heads/master c: d390493b11e1fc790e3840ed191a0f88e3a54ba7 h: refs/heads/master i: 141: 9bb970d6176c8be1753beaf922ef52edaee5ccf2 139: 58502247024e42ae8606b8fba0a432b3c698bf60 135: 7c6f1415b1d06d5349f0468e579c04190a0ae3fc 127: 638136b16633b39fe93b964afc30249a3505e517 v: v3 --- [refs] | 2 +- trunk/sound/oss/opl3sa2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ae971a9863fb..73f100b085b3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dae409a27788774adb810f7cdb771ba7cce7af8a +refs/heads/master: d390493b11e1fc790e3840ed191a0f88e3a54ba7 diff --git a/trunk/sound/oss/opl3sa2.c b/trunk/sound/oss/opl3sa2.c index 7b4996e71576..2efbd865109b 100644 --- a/trunk/sound/oss/opl3sa2.c +++ b/trunk/sound/oss/opl3sa2.c @@ -199,7 +199,7 @@ module_param(mpu_io, int, 0); MODULE_PARM_DESC(mpu_io, "Set MIDI I/O base (0x330 or other. Address must be even and must be from 0x300 to 0x334)"); module_param(irq, int, 0); -MODULE_PARM_DESC(mss_irq, "Set MSS (audio) IRQ (5, 7, 9, 10, 11, 12)"); +MODULE_PARM_DESC(irq, "Set MSS (audio) IRQ (5, 7, 9, 10, 11, 12)"); module_param(dma, int, 0); MODULE_PARM_DESC(dma, "Set MSS (audio) first DMA channel (0, 1, 3)");