removed rw/ro on S50alsa-utils

This commit is contained in:
Vincent-FK 2020-11-09 23:38:50 +01:00
parent 68cb8cd46c
commit 773fdd9c80
1 changed files with 2 additions and 2 deletions

View File

@ -180,9 +180,9 @@ case "$1" in
*) log_action_begin_msg "Stopping ALSA card ${TARGET_CARD}" ;;
esac
card_OK "$TARGET_CARD" || log_action_end_msg_and_exit "$( [ ! "$2" ] ; echo $? ; )" "none loaded"
rw
#rw
store_levels "$TARGET_CARD" || EXITSTATUS=1
ro
#ro
#mute_and_zero_levels "$TARGET_CARD" || EXITSTATUS=1
log_action_end_msg_and_exit "$EXITSTATUS"
;;