From patchwork Wed Aug 8 15:56:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Emmanuel Gil Peyrot X-Patchwork-Id: 10563621 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A81101515 for ; Sun, 12 Aug 2018 06:05:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 98977284C7 for ; Sun, 12 Aug 2018 06:05:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8B4552974F; Sun, 12 Aug 2018 06:05:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2349A284C7 for ; Sun, 12 Aug 2018 06:05:04 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 61486267822; Sun, 12 Aug 2018 08:04:00 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 56D112678EB; Wed, 8 Aug 2018 17:56:54 +0200 (CEST) Received: from jabberfr.org (jabberfr.org [62.210.214.37]) by alsa0.perex.cz (Postfix) with ESMTP id 8D09F2678E5; Wed, 8 Aug 2018 17:56:51 +0200 (CEST) Received: from localhost (jabberfr.org [local]) by jabberfr.org (OpenSMTPD) with ESMTPA id 137319d6; Wed, 8 Aug 2018 15:56:39 +0000 (UTC) From: Emmanuel Gil Peyrot To: patch@alsa-project.org Date: Wed, 8 Aug 2018 17:56:37 +0200 Message-Id: <20180808155637.5592-10-linkmauve@jabberfr.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180808155637.5592-1-linkmauve@jabberfr.org> References: <20180808155637.5592-1-linkmauve@jabberfr.org> MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 12 Aug 2018 08:03:43 +0200 Cc: Emmanuel Gil Peyrot , Emmanuel Gil Peyrot , alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH - hwmixvolume 9/9] hwmixvolume: mention the new dependencies in the README X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Emmanuel Gil Peyrot diff --git a/hwmixvolume/README b/hwmixvolume/README index 9884ec2..db1b874 100644 --- a/hwmixvolume/README +++ b/hwmixvolume/README @@ -8,7 +8,8 @@ that use hardware mixing, i.e., those based on the following chips: * Yamaha DS-1 (YMF-724/740/744/754) (driver: snd-ymfpci) -This tool requires Python, pygtk, and alsa-pyton 1.0.22 or later. +This tool requires Python, PyGObject, GTK+ 3.0 or later, and alsa-pyton 1.0.22 +or later. It is recommended to use at least Linux kernel 2.6.32 or alsa-driver 1.0.22; otherwise, the name of the program that is using a stream cannot be shown.