kernel-hacking-2024-linux-s.../sound/pci/hda
Jeff Garzik f000fd8093 [ALSA] Fix synchronize_irq() bugs, redundancies
free_irq() calls synchronize_irq() for you, so there is no need for
drivers to manually do the same thing (again).  Thus, calls where
sync-irq immediately precedes free-irq can be simplified.

However, during this audit several bugs were noticed, where free-irq is
preceded by a "irq >= 0" check... but the sync-irq call is not covered
by the same check.

So, where sync-irq could not be eliminated completely, the missing check
was added.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2008-04-24 12:00:40 +02:00
..
hda_codec.c [ALSA] hda-codec - Fix unbalanced mutex 2008-04-24 12:00:33 +02:00
hda_codec.h [ALSA] hda-codec - keep the format verb at closing PCM streams 2008-04-24 12:00:26 +02:00
hda_generic.c [ALSA] hda-codec - keep the format verb at closing PCM streams 2008-04-24 12:00:26 +02:00
hda_hwdep.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
hda_intel.c [ALSA] Fix synchronize_irq() bugs, redundancies 2008-04-24 12:00:40 +02:00
hda_local.h [ALSA] Move vmaster code to sound core 2008-04-24 12:00:12 +02:00
hda_patch.h [ALSA] sound: hda: missing includes of hda_patch.h 2008-04-24 12:00:19 +02:00
hda_proc.c [ALSA] hda-codec - Fix amp-in values for pin widgets 2008-02-22 14:20:09 -08:00
Makefile [ALSA] Keep private TLV entry in vmaster itself 2008-04-24 12:00:12 +02:00
patch_analog.c [ALSA] hda - Add support of AD1989A/AD1989B 2008-04-24 12:00:36 +02:00
patch_atihdmi.c [ALSA] sound: hda: missing includes of hda_patch.h 2008-04-24 12:00:19 +02:00
patch_cmedia.c [ALSA] hda - PCI quirk for laptop LG which use CMI9880 2008-04-24 12:00:34 +02:00
patch_conexant.c [ALSA] hda-codec - keep the format verb at closing PCM streams 2008-04-24 12:00:26 +02:00
patch_realtek.c [ALSA] hda - Avoid unexpected breakage with ALC889A hack 2008-04-24 12:00:37 +02:00
patch_si3054.c [ALSA] sound: hda: missing includes of hda_patch.h 2008-04-24 12:00:19 +02:00
patch_sigmatel.c [ALSA] hda: Add 5.1 support for second headphone jack 2008-04-24 12:00:37 +02:00
patch_via.c [ALSA] hda-codec - keep the format verb at closing PCM streams 2008-04-24 12:00:26 +02:00