From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) Subject: bug#31591: [bug#31934] [PATCH] services: sound: Properly handle alsa-plugins. Date: Mon, 25 Jun 2018 23:34:13 +0800 Message-ID: <876026ev7u.fsf@member.fsf.org> References: <87a7rkhdg2.fsf@member.fsf.org> <87h8lso449.fsf_-_@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXTXD-0001NS-Ol for bug-guix@gnu.org; Mon, 25 Jun 2018 11:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXTX9-00039X-EW for bug-guix@gnu.org; Mon, 25 Jun 2018 11:36:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55430) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXTX9-00039L-Ay for bug-guix@gnu.org; Mon, 25 Jun 2018 11:36:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXTX9-0005zE-49 for bug-guix@gnu.org; Mon, 25 Jun 2018 11:36:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87h8lso449.fsf_-_@gmail.com> (Oleg Pykhalov's message of "Sun, 24 Jun 2018 13:44:54 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Oleg Pykhalov Cc: 31934@debbugs.gnu.org, 31591-done@debbugs.gnu.org Oleg Pykhalov writes: > Hello, > > iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) writes: > >> Julien Lepiller writes: > > [=E2=80=A6] > >> Hello, after some hours of searching... I found that we can use the >> 'lib' option in 'pcm_type' and 'ctl_type' to specify the library path >> for alsa plugins, e.g: > > Thats a nice hack :-) Thank you for working on this. > > [=E2=80=A6] > >> So I think we can make our 'alsa-service' do this, instead of patching >> alsa-lib for 'ALSA_PLUGIN_DIR'. > > Done. Here is a patch which I tested on my machine by =E2=80=98system re= configure=E2=80=99: > Thank you, I modified it to keep the 'pulseaudio? #f' function, and pushed :-) From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXTXD-0001NW-PN for guix-patches@gnu.org; Mon, 25 Jun 2018 11:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXTX8-00038e-Rz for guix-patches@gnu.org; Mon, 25 Jun 2018 11:36:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55427) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXTX8-00038C-Nw for guix-patches@gnu.org; Mon, 25 Jun 2018 11:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXTX8-0005z1-Ee for guix-patches@gnu.org; Mon, 25 Jun 2018 11:36:02 -0400 Subject: [bug#31934] [PATCH] services: sound: Properly handle alsa-plugins. Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <87a7rkhdg2.fsf@member.fsf.org> <87h8lso449.fsf_-_@gmail.com> Date: Mon, 25 Jun 2018 23:34:13 +0800 In-Reply-To: <87h8lso449.fsf_-_@gmail.com> (Oleg Pykhalov's message of "Sun, 24 Jun 2018 13:44:54 +0300") Message-ID: <876026ev7u.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 31934@debbugs.gnu.org, 31591-done@debbugs.gnu.org Oleg Pykhalov writes: > Hello, > > iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) writes: > >> Julien Lepiller writes: > > [=E2=80=A6] > >> Hello, after some hours of searching... I found that we can use the >> 'lib' option in 'pcm_type' and 'ctl_type' to specify the library path >> for alsa plugins, e.g: > > Thats a nice hack :-) Thank you for working on this. > > [=E2=80=A6] > >> So I think we can make our 'alsa-service' do this, instead of patching >> alsa-lib for 'ALSA_PLUGIN_DIR'. > > Done. Here is a patch which I tested on my machine by =E2=80=98system re= configure=E2=80=99: > Thank you, I modified it to keep the 'pulseaudio? #f' function, and pushed :-)