Re: [patch] ess maestro, support for hardware volume control

2001-06-12 Thread Lukas Schroeder
the little patch below (vs. 2.4.5-ac13) fixes a freeze which happens when the maestro module was unloaded and a HWV button gets pushed generating the interrupt. so this disables all irqs of that chip on remove... regards, lukas --- linux-2.4.5-ac13/drivers/sound/maestro.cTue Jun 12 13:

Re: [patch] ess maestro, support for hardware volume control

2001-06-09 Thread Lukas Schroeder
--- linux-2.4.6-pre2/drivers/sound/maestro.cSat Jun 9 16:55:22 2001 +++ linux/drivers/sound/maestro.c Sat Jun 9 19:48:34 2001 @@ -115,6 +115,10 @@ * themselves, but we'll see. * * History + * v0.15 - Jun 09 2001 - Lukas Schroeder <[EMAIL PROTECTED]> + * en

[patch] ess maestro, support for hardware volume control

2001-06-09 Thread Lukas Schroeder
gards, lukas --- linux-2.4.6-pre2/drivers/sound/maestro.cSat Jun 9 16:55:22 2001 +++ linux/drivers/sound/maestro.c Sat Jun 9 17:13:24 2001 @@ -115,6 +115,10 @@ * themselves, but we'll see. * * History + * v0.15 - Jun 09 2001 - Lukas Schroeder <[EM