ALSA: als4000: Fix potentially invalid DMA mode setup
authorOndrej Zary <linux@rainbow-software.org>
Wed, 4 Aug 2010 19:56:44 +0000 (21:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Aug 2010 21:18:33 +0000 (23:18 +0200)
commitc4685849b4d725ab80cd29f5e09f5f128b4724b5
tree1a4ecf520eed853e62e5ddcd5da53b667ab09729
parentb9619230e1f55a763bc41848c1cd971a394c878c
ALSA: als4000: Fix potentially invalid DMA mode setup

My previous patch assumed that the DMA mode (represented by 3 lowest bits of
ALS4K_GCR99_DMA_EMULATION_CTRL register) is set to the default value 0. If
that's not the case, it might result in invalid mode to be set.
This patch fixes this potential problem.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/als4000.c