default volume to 20% (my config)

This commit is contained in:
Federico Fossemò 2017-12-04 11:37:36 +01:00 committed by GitHub
parent 20fc764916
commit c8a2190e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ impl Spirc {
let (cmd_tx, cmd_rx) = mpsc::unbounded();
let volume = 0x8000;
let volume = 0x3333;
let device = initial_device_state(config, volume);
mixer.set_volume(volume);