Beef pactl output up a bit

This commit is contained in:
Lennart Poettering 2009-01-19 23:07:34 +01:00
parent ed65081dd8
commit 5f6641cfdd
2 changed files with 132 additions and 82 deletions

View file

@ -458,8 +458,8 @@ float pa_cvolume_get_balance(const pa_channel_map *map, const pa_cvolume *v) {
pa_cvolume* pa_cvolume_set_balance(const pa_channel_map *map, pa_cvolume *v, float new_balance) {
pa_volume_t left, nleft, right, nright, m;
unsigned c;
pa_assert(map->channels == v->channels);
pa_assert(map->channels == v->channels);
pa_assert(map);
pa_assert(v);
pa_assert(new_balance >= -1.0f);