]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerZefan Li <lizefan@huawei.com>
Tue, 14 Apr 2015 09:33:49 +0000 (17:33 +0800)
commit3d8b6705ac104513c2c72173c1ac83e5331778a7
tree6f72ab5d98b0115f055f0925c838f7d0a3fdff6c
parentacc0b23411b26d9476c7ccff44fc89b21ba2d6f3
ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs

commit c507de88f6a336bd7296c9ec0073b2d4af8b4f5e upstream.

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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Zefan Li <lizefan@huawei.com>
sound/pci/hda/patch_sigmatel.c