Searched refs:hp_flag (Results 1 - 1 of 1) sorted by last modified time

/linux-master/sound/soc/codecs/
H A Drt5659.c1428 bool hp_flag, mic_flag; local
1435 hp_flag = (!(value & 0x8)) ? true : false;
1437 if (hp_flag != rt5659->hda_hp_plugged) {
1438 rt5659->hda_hp_plugged = hp_flag;
1440 if (hp_flag) {

Completed in 161 milliseconds