aboutsummaryrefslogtreecommitdiffstats
path: root/alsa-utils/speakers
blob: 0d238d3a9b3c966442c0cbf2a3e0057feed271a5 (plain) (blame)
1
2
3
4
5
#!/bin/dash
amixer -c "${MAIN_ALSA_CARD}" -- set Headphone '0%' mute
amixer -c "${MAIN_ALSA_CARD}" -- set PCM '100%' unmute
amixer -c "${MAIN_ALSA_CARD}" -- set Master '100%' unmute
amixer -c "${MAIN_ALSA_CARD}" -- set Speaker '100%' unmute