From patchwork Thu Apr 22 09:52:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 83 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1184927BC7C; Thu, 22 Apr 2021 10:54:31 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id BF78327BC7B for ; Thu, 22 Apr 2021 10:54:30 +0100 (BST) Received: from localhost ([::1]:42936 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZW2X-0005vd-T1 for patchwork@mira.cbaines.net; Thu, 22 Apr 2021 05:54:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45744) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZW26-0005ug-Ng for guix-patches@gnu.org; Thu, 22 Apr 2021 05:54:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49464) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lZW26-0007gx-GT for guix-patches@gnu.org; Thu, 22 Apr 2021 05:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lZW26-0004z7-Ej for guix-patches@gnu.org; Thu, 22 Apr 2021 05:54:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47947] [PATCH 0/5] Add alsa-ucm-conf and alsa-topology-conf. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 22 Apr 2021 09:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47947 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47947@debbugs.gnu.org Cc: Mathieu Othacehe X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161908518119057 (code B ref -1); Thu, 22 Apr 2021 09:54:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Apr 2021 09:53:01 +0000 Received: from localhost ([127.0.0.1]:32769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZW17-0004xF-FS for submit@debbugs.gnu.org; Thu, 22 Apr 2021 05:53:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:43872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZW13-0004x4-6C for submit@debbugs.gnu.org; Thu, 22 Apr 2021 05:52:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZW12-0005cV-UQ for guix-patches@gnu.org; Thu, 22 Apr 2021 05:52:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46510) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZW12-00070q-LI for guix-patches@gnu.org; Thu, 22 Apr 2021 05:52:56 -0400 Received: from [2a01:e0a:19b:d9a0:9576:8bbf:4795:82ee] (port=53356 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lZW11-00046y-DX; Thu, 22 Apr 2021 05:52:55 -0400 From: Mathieu Othacehe Date: Thu, 22 Apr 2021 11:52:25 +0200 Message-Id: <20210422095225.10248-1-othacehe@gnu.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hello, This patchset adds alsa-ucm-conf and alsa-topology-conf conf packages. It also modifies the alsa-lib package to include references to those packages. They are required on recent hardware such as Lenovo X1 to have a functional audio setup. Those changes are targeting the core-updates branch. Thanks, Mathieu Mathieu Othacehe (5): gnu: Add alsa-ucm-conf. gnu: Add alsa-topology-conf. gnu: alsa-lib: Use alsa-ucm-conf and alsa-topology-conf. gnu: alsa-lib: Update the home-page. gnu: alsa-lib: Fix the indentation. gnu/packages/linux.scm | 93 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 83 insertions(+), 10 deletions(-)