Searched refs:mic_present (Results 1 - 1 of 1) sorted by path

/linux-master/sound/soc/codecs/
H A Dts3a227e.c28 bool mic_present; member in struct:ts3a227e
165 if (ts3a227e->mic_present)
176 bool plugged, mic_present; local
179 mic_present = plugged && !!(acc_reg & EITHER_MIC_MASK);
183 if (mic_present != ts3a227e->mic_present) {
184 ts3a227e->mic_present = mic_present;
186 if (mic_present) {

Completed in 180 milliseconds