From ca1dcbbf7b582b50dca290c03540f7d5cde4bdd3 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Thu, 12 Nov 2020 22:31:12 +0100 Subject: [PATCH] disable alsactl store during powerdown Signed-off-by: Michel-FK --- FunKey/board/funkey/rootfs-overlay/etc/init.d/S50alsa-utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunKey/board/funkey/rootfs-overlay/etc/init.d/S50alsa-utils b/FunKey/board/funkey/rootfs-overlay/etc/init.d/S50alsa-utils index 9fce3d1..ff4937f 100755 --- a/FunKey/board/funkey/rootfs-overlay/etc/init.d/S50alsa-utils +++ b/FunKey/board/funkey/rootfs-overlay/etc/init.d/S50alsa-utils @@ -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"