]> git.tuebingen.mpg.de Git - paraslash.git/commit
alsa_mix: Allow non-positive mixer values.
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Sep 2013 00:36:35 +0000 (00:36 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 8 Mar 2014 13:45:20 +0000 (14:45 +0100)
commit76fc8685059c8bd66686952d0e5cb8bba86bcdca
tree78a75e709ee7797ff447de10a0c06f8833f25ca3
parent480d69f921a23cfe62e05692cd646b8fce50d262
alsa_mix: Allow non-positive mixer values.

For the rpi the PCM range is from -10239 to 400. The math in
->set_mixer works fine for negative values.
alsa_mix.c