Add volume level in command
use “amixer” to know which controller can be modify
assume we would like to set 10% volume of controller “Master”
then use the instruction listed below
amixer sset Master 10% > /dev/null
use “amixer” to know which controller can be modify
assume we would like to set 10% volume of controller “Master”
then use the instruction listed below
amixer sset Master 10% > /dev/null