aboutsummaryrefslogblamecommitdiffstats
path: root/alsa-utils/headphones
blob: 59eb28392cb14e2a40022a15da3a63627754ede3 (plain) (tree)
1
2
3
4
5




                                                            
#!/bin/dash
amixer -c "${MAIN_ALSA_CARD}" -- set Speaker '0%' mute
amixer -c "${MAIN_ALSA_CARD}" -- set PCM '15%' unmute
amixer -c "${MAIN_ALSA_CARD}" -- set Master '100%' unmute
amixer -c "${MAIN_ALSA_CARD}" -- set Headphone '100%' unmute