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)
commitc507de88f6a336bd7296c9ec0073b2d4af8b4f5e
treeb54b16ab53894e9d6b2fd0b0d44b77f3cd76a1a5
parent49cdd5b641933fda6324fc901eaf856924ba6a27
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