Home
last modified time | relevance | path

Searched refs:eapd_mask (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dpatch_sigmatel.c192 unsigned int eapd_mask; member
442 if (spec->eapd_mask && spec->eapd_switch) { in stac_update_outputs()
445 val &= ~spec->eapd_mask; in stac_update_outputs()
447 val |= spec->eapd_mask; in stac_update_outputs()
572 spec->eapd_mask = spec->gpio_dir = spec->gpio_data = in stac_store_hints()
579 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask)) in stac_store_hints()
580 spec->eapd_mask &= spec->gpio_mask; in stac_store_hints()
2171 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = in stac92hd83xxx_fixup_gpio10_eapd()
3821 spec->eapd_mask = spec->gpio_mask = 0; in stac927x_fixup_ref()
3836 spec->eapd_mask = spec->gpio_mask = 0x04; in stac927x_fixup_dell_dmic()
[all …]