Searched refs:max_vol (Results 1 – 1 of 1) sorted by relevance
188 float max_vol = 0.0; in check_and_set_ma_parameter() local201 if (max_vol < temp_vol) in check_and_set_ma_parameter()202 max_vol = temp_vol; in check_and_set_ma_parameter()210 if (max_vol < 0.0) max_vol = 0; in check_and_set_ma_parameter()211 else if (max_vol > 1.0) max_vol = 1.0; in check_and_set_ma_parameter()216 (g_cur_state[stream_type].vol != max_vol || in check_and_set_ma_parameter()222 g_cur_state[stream_type].vol, max_vol); in check_and_set_ma_parameter()225 send_ma_parameter(stream_type, max_vol, active); in check_and_set_ma_parameter()226 g_cur_state[stream_type].vol = max_vol; in check_and_set_ma_parameter()