#!/bin/bash

function load_mixer_settings {

    exec_command "aumix -f /etc/aumixrc-$SOUNDCARD-$DRIVER -L"

}
