disable alsactl store during powerdown

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-11-12 22:31:12 +01:00
parent 601ddfd3f9
commit ca1dcbbf7b
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ case "$1" in
esac
card_OK "$TARGET_CARD" || log_action_end_msg_and_exit "$( [ ! "$2" ] ; echo $? ; )" "none loaded"
#rw
store_levels "$TARGET_CARD" || EXITSTATUS=1
#store_levels "$TARGET_CARD" || EXITSTATUS=1
#ro
#mute_and_zero_levels "$TARGET_CARD" || EXITSTATUS=1
log_action_end_msg_and_exit "$EXITSTATUS"