Searched refs:fluence_type (Results 1 – 2 of 2) sorted by relevance
149 int fluence_type; member1118 my_data->fluence_type = FLUENCE_NONE; in platform_init()1123 my_data->fluence_type = FLUENCE_QUAD_MIC | FLUENCE_DUAL_MIC; in platform_init()1125 my_data->fluence_type = FLUENCE_DUAL_MIC; in platform_init()1127 my_data->fluence_type = FLUENCE_NONE; in platform_init()1130 if (my_data->fluence_type != FLUENCE_NONE) { in platform_init()2034 if (my_data->fluence_type != FLUENCE_NONE) {2038 if (my_data->fluence_type & FLUENCE_QUAD_MIC) {2040 } else if (my_data->fluence_type & FLUENCE_DUAL_MIC) {2051 if (my_data->fluence_type & FLUENCE_DUAL_MIC) {[all …]
154 int fluence_type; member1810 my_data->fluence_type = FLUENCE_PRO_ENABLE; in platform_init()1812 my_data->fluence_type = FLUENCE_ENABLE; in platform_init()1814 my_data->fluence_type = FLUENCE_DISABLE; in platform_init()1817 if (my_data->fluence_type != FLUENCE_DISABLE) { in platform_init()1859 __func__, my_data->fluence_type, my_data->max_mic_count, my_data->source_mic_type, in platform_init()3091 if (my_data->fluence_type != FLUENCE_DISABLE) { in get_snd_device_for_voice_comm()3095 if ((my_data->fluence_type & FLUENCE_PRO_ENABLE) && in get_snd_device_for_voice_comm()3098 } else if (((my_data->fluence_type & FLUENCE_PRO_ENABLE) || in get_snd_device_for_voice_comm()3099 (my_data->fluence_type & FLUENCE_ENABLE)) && in get_snd_device_for_voice_comm()[all …]