From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXnCa-0003um-Vk for guix-patches@gnu.org; Tue, 26 Jun 2018 08:36:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXnCU-0005oy-FU for guix-patches@gnu.org; Tue, 26 Jun 2018 08:36:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56067) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXnCU-0005no-8a for guix-patches@gnu.org; Tue, 26 Jun 2018 08:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXnCU-0005lW-1H for guix-patches@gnu.org; Tue, 26 Jun 2018 08:36:02 -0400 Subject: bug#31934: [PATCH] services: sound: Properly handle alsa-plugins. Resent-To: guix-patches@gnu.org 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> <876026ev7u.fsf@member.fsf.org> <989ad55f9f17664af266f1f9f5653583@lepiller.eu> <87o9fxdbgb.fsf@member.fsf.org> <87po0dydgf.fsf@fastmail.com> Date: Tue, 26 Jun 2018 20:34:53 +0800 In-Reply-To: <87po0dydgf.fsf@fastmail.com> (Marius Bakke's message of "Tue, 26 Jun 2018 13:49:52 +0200") Message-ID: <87k1qld8uq.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: Marius Bakke Cc: 31934-done@debbugs.gnu.org Marius Bakke writes: > iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) writes: > >> Julien Lepiller writes: >> >>> Le 2018-06-25 17:34, iyzsong@member.fsf.org a =C3=A9crit=C2=A0: >>>> 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 >>>>> reconfigure=E2=80=99: >>>>> >>>> >>>> Thank you, I modified it to keep the 'pulseaudio? #f' function, and >>>> pushed :-) >>> >>> So maybe we can drop our ALSA_PLUGIN_DIR patch now? >> >> Yes, I think so. @Ricardo, should we do it in core-updates? > > If you're quick, you can do it on 'staging' which I'll attempt to > re-start during today. Done, thanks! And we can close this patch now...