Searched refs:get_int_hint (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | patch_sigmatel.c | 559 static inline bool get_int_hint(struct hda_codec *codec, const char *key, in get_int_hint() function 571 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) { in stac_store_hints() 575 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir)) in stac_store_hints() 577 if (get_int_hint(codec, "gpio_data", &spec->gpio_data)) in stac_store_hints() 579 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask)) in stac_store_hints() 581 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) in stac_store_hints() 773 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg() 774 get_int_hint(codec, "gpio_led_polarity", in find_mute_led_cfg()
|