1. 24 Feb, 2018 2 commits
  2. 20 Feb, 2018 2 commits
  3. 17 Feb, 2018 6 commits
  4. 11 Feb, 2018 1 commit
  5. 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
  6. 09 Feb, 2018 19 commits
  7. 03 Feb, 2018 3 commits
  8. 01 Feb, 2018 1 commit
  9. 31 Jan, 2018 2 commits
  10. 30 Jan, 2018 1 commit
  11. 23 Jan, 2018 2 commits