Searched refs:hda_mic_plugged (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/soc/codecs/
H A Drt5640.c2316 int val, jack_type = 0, hda_mic_plugged, hda_hp_plugged; local
2320 hda_mic_plugged = !(val & RT5640_JD_STATUS);
2322 hda_mic_plugged);
2325 RT5640_JD_P_MASK, !hda_mic_plugged << RT5640_JD_P_SFT);
2327 if (hda_mic_plugged)
H A Drt5659.c1460 if (mic_flag != rt5659->hda_mic_plugged) {
1461 rt5659->hda_mic_plugged = mic_flag;
4082 rt5659->hda_mic_plugged = true;
H A Drt5659.h1815 bool hda_mic_plugged; member in struct:rt5659_priv

Completed in 337 milliseconds