Skip to content

Commit

Permalink
Doubled audio volume resolution for better stepping
Browse files Browse the repository at this point in the history
Previously we had 7 volume steps with another for silence. This
increases the resolution for better fine tuning the audio volume.
  • Loading branch information
Radu authored and tombettany committed Jul 3, 2017
1 parent 71211bf commit 6b50ddd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/alsa/.asoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pcm.master {
type softvol
min_dB -26.0
max_dB 4.0
resolution 8
resolution 16

slave {
pcm "hw:0"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kano-desktop (3.10.3-1) unstable; urgency=low

* Doubled audio volume resolution steps

-- Team Kano <[email protected]> Fri, 30 Jun 2017 11:34:00 +0100

kano-desktop (3.10.2-1) unstable; urgency=low

* Fixed sound configuration system wide
Expand Down

0 comments on commit 6b50ddd

Please sign in to comment.