Searched refs:gpio_hp_det_active_high (Results 1 – 2 of 2) sorted by relevance
25 bool gpio_hp_det_active_high; member
2433 if ((rt5645->pdata.gpio_hp_det_active_high && gpio_state) || in rt5645_jack_detect()2434 (!rt5645->pdata.gpio_hp_det_active_high && !gpio_state)) { in rt5645_jack_detect()