1. 17 Feb, 2018 2 commits
  2. 16 Feb, 2018 5 commits
  3. 13 Feb, 2018 3 commits
  4. 12 Feb, 2018 3 commits
  5. 11 Feb, 2018 2 commits
  6. 10 Feb, 2018 1 commit
    • Max Kellermann's avatar
      mixer/alsa: work around rounding error at volume 0 · bede5646
      Max Kellermann authored
      Due to rounding errors, a slightly negative value can be passed to
      set_normalized_volume(), which will make the log10() call fail.
      Actually, volume 0 is already failing because log10(0) is illegal.  So
      let's fix this by implementing two corner cases: <=0 and >=100.
      
      Closes #212
      bede5646
  7. 09 Feb, 2018 20 commits
  8. 03 Feb, 2018 4 commits