Re: Patch for miro aci mixer interface

Joerg Diederich (dieder@ibr.cs.tu-bs.de)
Mon, 18 May 1998 11:40:23 +0200 (MET DST)


On Fri, 15 May 1998, Trevor Johnson wrote:

> Your patch looks like it is meant for the 2.1 kernel, but you didn't
> mention which version. CONFIG_ACI_MIXER_MODULE doesn't appear in vanilla

Jep, I forgot to tell that I was using 2.1.97 (not the latest kernel...).
I wrote the patch some kernel versions ago and since then nothing changed
with the miro aci stuff. So I thought this would be the same for
2.1.97+...

But one (very litte) patch remains to export the module parameter
'aci_reset' (I haven't compiled 2.1.102 yet, but I think it is that short
now that it should work fine).

Regards,

Joerg

-- cut here --
--- linux/drivers/sound/lowlevel/aci.c.old Mon May 18 10:38:23 1998
+++ linux/drivers/sound/lowlevel/aci.c Mon May 18 10:39:20 1998
@@ -76,6 +76,8 @@

#ifdef MODULE /* Whether the aci mixer is to be reset.
*/
int aci_reset = 0; /* Default: don't reset if the driver is a
*/
+MODULE_PARM(aci_reset,"i");
+
#else /* module; use "insmod sound.o
aci_reset=1" */
int aci_reset = 1; /* to override.
*/
#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu