Searched refs:tmp_vol (Results 1 – 2 of 2) sorted by relevance
1435 pa_cvolume tmp_vol; in source_write_volume_cb() local1441 pa_sw_cvolume_divide(&tmp_vol, &hw_vol, &s->thread_info.current_hw_volume); in source_write_volume_cb()1443 (pa_cvolume_min(&tmp_vol) >= (PA_VOLUME_NORM - VOLUME_ACCURACY)) && in source_write_volume_cb()1444 (pa_cvolume_max(&tmp_vol) <= (PA_VOLUME_NORM + VOLUME_ACCURACY)); in source_write_volume_cb()
1564 pa_cvolume tmp_vol; in sink_write_volume_cb() local1570 pa_sw_cvolume_divide(&tmp_vol, &hw_vol, &s->thread_info.current_hw_volume); in sink_write_volume_cb()1572 (pa_cvolume_min(&tmp_vol) >= (PA_VOLUME_NORM - VOLUME_ACCURACY)) && in sink_write_volume_cb()1573 (pa_cvolume_max(&tmp_vol) <= (PA_VOLUME_NORM + VOLUME_ACCURACY)); in sink_write_volume_cb()