]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs
authorTakashi Iwai <tiwai@suse.de>
Mon, 5 Jan 2015 12:27:33 +0000 (13:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 5 Jan 2015 12:30:31 +0000 (13:30 +0100)
commitea2365022f03a1de7682301c4091200065c362b4
treeb54b16ab53894e9d6b2fd0b0d44b77f3cd76a1a5
parent5d7cc6f18ba3e2fb25009790aeb5f68b35dc3bb2
ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs

stac_store_hints() does utterly wrong for masking the values for
gpio_dir and gpio_data, likely due to copy&paste errors.  Fortunately,
this feature is used very rarely, so the impact must be really small.

Reported-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c