Searched refs:get_int_hint (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/sound/pci/hda/ |
D | patch_sigmatel.c | 530 static inline bool get_int_hint(struct hda_codec *codec, const char *key, in get_int_hint() function 542 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) { in stac_store_hints() 546 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir)) in stac_store_hints() 548 if (get_int_hint(codec, "gpio_data", &spec->gpio_data)) in stac_store_hints() 550 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask)) in stac_store_hints() 552 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) in stac_store_hints() 744 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg() 745 get_int_hint(codec, "gpio_led_polarity", in find_mute_led_cfg()
|