From: Karsten Wiese Date: Tue, 22 Apr 2008 10:52:45 +0000 (+0200) Subject: [ALSA] Don't set gpio mask register in snd_ice1712_gpio_write_bits() X-Git-Tag: v2.6.26-rc1~1087^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=775c199e6af5e4212bfa7ebeadee09563c14694b;p=pandora-kernel.git [ALSA] Don't set gpio mask register in snd_ice1712_gpio_write_bits() Some calls to snd_ice1712_gpio_write() go wrong, if snd_ice1712_gpio_write_bits() ran before and changed the gpio mask register. Read the actual gpio value and combine it with the to be set bits in the cpu instead. Signed-off-by: Karsten Wiese Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed