From a7fbe54d02ebd0882d51daff32e29ac082266ea8 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Fri, 1 Apr 2022 20:21:13 -0300 Subject: [PATCH] Source: update cmd to new audio names --- music/csound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music/csound b/music/csound index a2b1a02..01d0052 100755 --- a/music/csound +++ b/music/csound @@ -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)