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 …]
155 int fluence_type; member1831 my_data->fluence_type = FLUENCE_PRO_ENABLE; in platform_init()1833 my_data->fluence_type = FLUENCE_ENABLE; in platform_init()1835 my_data->fluence_type = FLUENCE_DISABLE; in platform_init()1838 if (my_data->fluence_type != FLUENCE_DISABLE) { in platform_init()1880 __func__, my_data->fluence_type, my_data->max_mic_count, my_data->source_mic_type, in platform_init()3117 if (my_data->fluence_type != FLUENCE_DISABLE) { in get_snd_device_for_voice_comm()3121 if ((my_data->fluence_type & FLUENCE_PRO_ENABLE) && in get_snd_device_for_voice_comm()3124 } else if (((my_data->fluence_type & FLUENCE_PRO_ENABLE) || in get_snd_device_for_voice_comm()3125 (my_data->fluence_type & FLUENCE_ENABLE)) && in get_snd_device_for_voice_comm()[all …]