Source: update cmd to new audio names

This commit is contained in:
Bruno F. Fontes 2022-04-01 20:21:13 -03:00
parent f82448f44b
commit a7fbe54d02
Signed by: brunofontes
GPG Key ID: 4DAA810052CF68B6

View File

@ -5,7 +5,7 @@ key="$1"
case $key in
-h|--hdmi)
pacmd set-card-profile alsa_card.pci-0000_00_1f.3 output:hdmi-stereo && echo "HDMI profile is active" && kdialog --passivepopup "Audio output changed to HDMI" --title="Audio profile changed" 2
pacmd set-card-profile alsa_card.pci-0000_00_1f.3 output:hdmi-stereo-extra1 && echo "HDMI profile is active" && kdialog --passivepopup "Audio output changed to HDMI" --title="Audio profile changed" 2
shift
;;
-a|--analog)