Searched refs:fluence_type (Results 1 – 2 of 2) sorted by relevance
149 int fluence_type; member1136 my_data->fluence_type = FLUENCE_NONE; in platform_init()1143 my_data->fluence_type = FLUENCE_QUAD_MIC | FLUENCE_DUAL_MIC; in platform_init()1145 my_data->fluence_type = FLUENCE_DUAL_MIC; in platform_init()1147 my_data->fluence_type = FLUENCE_NONE; in platform_init()1150 if (my_data->fluence_type != FLUENCE_NONE) { in platform_init()2059 if (my_data->fluence_type != FLUENCE_NONE) {2063 if (my_data->fluence_type & FLUENCE_QUAD_MIC) {2065 } else if (my_data->fluence_type & FLUENCE_DUAL_MIC) {2076 if (my_data->fluence_type & FLUENCE_DUAL_MIC) {[all …]
154 int fluence_type; member1830 my_data->fluence_type = FLUENCE_PRO_ENABLE; in platform_init()1832 my_data->fluence_type = FLUENCE_ENABLE; in platform_init()1834 my_data->fluence_type = FLUENCE_DISABLE; in platform_init()1837 if (my_data->fluence_type != FLUENCE_DISABLE) { in platform_init()1879 __func__, my_data->fluence_type, my_data->max_mic_count, my_data->source_mic_type, in platform_init()3116 if (my_data->fluence_type != FLUENCE_DISABLE) { in get_snd_device_for_voice_comm()3120 if ((my_data->fluence_type & FLUENCE_PRO_ENABLE) && in get_snd_device_for_voice_comm()3123 } else if (((my_data->fluence_type & FLUENCE_PRO_ENABLE) || in get_snd_device_for_voice_comm()3124 (my_data->fluence_type & FLUENCE_ENABLE)) && in get_snd_device_for_voice_comm()[all …]