We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6c0e5 commit 9e6fed7Copy full SHA for 9e6fed7
case-lib/lib.sh
@@ -1155,7 +1155,8 @@ set_alsa_settings()
1155
# DEBUG - to avoid the problem where the state is untouched both by init and .state,
1156
# we'll first set the state to something entirely different from the state.
1157
if get_alsactl_state "$SCRIPT_HOME" "$PNAME"; then
1158
- restore_settings_via_alsactl "$PNAME"
+ restore_settings_via_alsactl anti-"$PNAME"
1159
+ fi
1160
1161
# This will bring the machine ALSA state to a common known point - a good baseline
1162
alsactl init
0 commit comments