pub fn set_volume_channel(volume: i32, channel: &str) -> Ev3Result<()>
Sets the sound volume to the given percentage [0-100] by calling amixer -q set <channel> <pct>%.
amixer -q set <channel> <pct>%