]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] ALSA: nm256: reset workaround for Latitude CSx
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Dec 2005 02:51:53 +0000 (21:51 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Dec 2005 23:42:57 +0000 (15:42 -0800)
commitab2d3d363b5160fe62c701914331d470ea1e1179
tree69e278b5f04431c71bcf13483e9e30e6007e9768
parent4614b4e56fa82c89e02ad27a7221ee76a0c2ed2c
[PATCH] ALSA: nm256: reset workaround for Latitude CSx

Modules: NM256 driver

The current snd-nm256 driver can cause Dell Latitude CSx laptops to
lock-up during module (un)load.  I have isolated this to the writes to
the control port register at offset 0x6cc which were not already
protected by the existing reset_workaround.

I tried grouping these writes with the existing reset_workaround
clause, but that caused the driver to have (un)load problems on the
Dell Latitude LS laptops.  So, I have implemented a reset_workaround_2
clause (please feel free to suggest a better name!) to cover this
situation and added a quirk entry for the CSx laptops.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/nm256/nm256.c