From patchwork Mon May 8 17:07:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6843 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4QFSQZ3r5gz3wlc for ; Mon, 8 May 2023 17:07:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4QFSQT5zgVz1QV; Mon, 8 May 2023 17:07:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QFSQT2xRWz30JN; Mon, 8 May 2023 17:07:29 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4QFSQS0JSNz2xlq for ; Mon, 8 May 2023 17:07:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4QFSQR59xCzcw; Mon, 8 May 2023 17:07:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1683565647; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dJWAIjbz6/NAJ8IMSqZBSPR3flcOJYrm6ergMD2A0Pg=; b=2X9yg849NjglfBoMfTr6PYWW53I2p6N+l0Tca4lFZQK1r3e9E4n50UvPPJq3E0exGWZhjz jdwvBRtez9hOE9DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1683565647; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dJWAIjbz6/NAJ8IMSqZBSPR3flcOJYrm6ergMD2A0Pg=; b=D++MJg0XKxmbM9ntjdsXvc7kwoFwUpKWTYzUpih4bp8kgxjmqj5ByhpSTvthCl8sl0un0q 92VsA8IT/z7Ms3WtJ/pTab6+6kkppJDDjTgbuNGcvzPhbaLx1ZbHTkY++WKZ9WVK5Rny5S XkSy99ltgHwfwMMwI2OKuSpyhNaQPVOytVm1F4KmdDSVeAACeUuQogWjPmrD4UVzX0a3oo FztQNqHx/t7dYne5Szz9FH3S3WVPlfJ+KTlw/7kEPAxGZ8hP9WrArWZYiw2zx/SRItlC9a 2bmau3FiduyBZtgE0TP9dMc5+6MIJ9fxyBxNvImFrTWifQoH3tPm0QSdPrY1YA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2 2/4] alsa: Add in a backup include file for alsa specifying the asound.state file Date: Mon, 8 May 2023 19:07:21 +0200 Message-Id: <20230508170723.3525876-2-adolf.belka@ipfire.org> In-Reply-To: <20230508170723.3525876-1-adolf.belka@ipfire.org> References: <20230508170723.3525876-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - This will backup the sound card status with the asound.state file when the addon is uninstalled so that if it is re-installed in the future the status can be rerstored. Signed-off-by: Adolf Belka --- config/backup/includes/alsa | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/backup/includes/alsa diff --git a/config/backup/includes/alsa b/config/backup/includes/alsa new file mode 100644 index 000000000..93db0bd79 --- /dev/null +++ b/config/backup/includes/alsa @@ -0,0 +1 @@ +/var/lib/alsa/asound.state