|
@@ -568,9 +568,9 @@ static void stac_store_hints(struct hda_codec *codec)
|
|
|
spec->gpio_mask;
|
|
|
}
|
|
|
if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
|
|
|
- spec->gpio_mask &= spec->gpio_mask;
|
|
|
- if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
|
|
|
spec->gpio_dir &= spec->gpio_mask;
|
|
|
+ if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
|
|
|
+ spec->gpio_data &= spec->gpio_mask;
|
|
|
if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
|
|
|
spec->eapd_mask &= spec->gpio_mask;
|
|
|
if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
|