From 773fdd9c806b363da7fcca5e2c2c10a65a852245 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Mon, 9 Nov 2020 23:38:50 +0100 Subject: [PATCH] removed rw/ro on S50alsa-utils --- FunKey/board/funkey/rootfs-overlay/etc/init.d/S50alsa-utils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8a1131b..9fce3d1 100755 --- a/FunKey/board/funkey/rootfs-overlay/etc/init.d/S50alsa-utils +++ b/FunKey/board/funkey/rootfs-overlay/etc/init.d/S50alsa-utils @@ -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" ;;