dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/isa
Christoph Schulz 375389288a [ALSA] cs4236-irq-handling-fix.patch
CS4236+ driver
Background: The card/chipset supports an external MIDI interrupt.  By
default, this interrupt isn't used (because the isapnp mechanism chooses a
configuration without an assigned interrupt).  If the user wishes to
explicitly select an interrupt via the mpu_irq parameter for such a
configured device, it doesn't work: The driver always shows:

isapnp MPU: port=0x330, irq=-1

(note the 'irq=-1')

Problem: The driver only allows to set the irq if pnp_irq_valid returns
true for this particular pnp device.  This, however, is only true if an
interrupt has already been assigned (pnp_valid_irq returns true if the flag
IORESOURCE_IRQ is set and IORESOURCE_UNSET is not set).  If no interrupt
has been assigned so far, IORESOURCE_UNSET is set and pnp_irq_valid returns
false, thereby inhibiting the selection of a valid irq.

Solution: Don't check for a valid (= already assigned) irq at the point of
calling pnp_resource_change.

Tested successfully on Linux 2.6.11.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2005-06-22 12:28:06 +02:00
..
ad1816a [ALSA] Add PnP ID ADS7180 2005-05-29 10:10:46 +02:00
ad1848 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cs423x [ALSA] cs4236-irq-handling-fix.patch 2005-06-22 12:28:06 +02:00
es1688 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gus [ALSA] Remove redundant NULL checks before kfree 2005-06-22 12:27:43 +02:00
opti9xx Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sb Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavefront Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig [ALSA] select ISAPNP for SND_INTERWAVE_STB target 2005-05-29 10:15:44 +02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
als100.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
azt2320.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cmi8330.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dt019x.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
es18xx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
opl3sa2.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sgalaxy.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sscape.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00