Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Drt5645.h25 bool gpio_hp_det_active_high; member
/linux-4.1.27/sound/soc/codecs/
Drt5645.c2433 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()