From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXTZ9-0002un-Ii for guix-patches@gnu.org; Mon, 25 Jun 2018 11:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXTZ4-0004AW-M4 for guix-patches@gnu.org; Mon, 25 Jun 2018 11:38:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55435) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXTZ4-0004A6-HF for guix-patches@gnu.org; Mon, 25 Jun 2018 11:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXTZ4-00062f-0j for guix-patches@gnu.org; Mon, 25 Jun 2018 11:38:02 -0400 Subject: [bug#31934] [PATCH] services: sound: Properly handle alsa-plugins. Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 25 Jun 2018 17:37:56 +0200 From: Julien Lepiller In-Reply-To: <876026ev7u.fsf@member.fsf.org> References: <87a7rkhdg2.fsf@member.fsf.org> <87h8lso449.fsf_-_@gmail.com> <876026ev7u.fsf@member.fsf.org> Message-ID: <989ad55f9f17664af266f1f9f5653583@lepiller.eu> 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: 31934@debbugs.gnu.org Le 2018-06-25 17:34, iyzsong@member.fsf.org a écrit : > Oleg Pykhalov writes: > >> Hello, >> >> iyzsong@member.fsf.org (宋文武) writes: >> >>> Julien Lepiller writes: >> >> […] >> >>> 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. >> >> […] >> >>> 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 ‘system >> reconfigure’: >> > > Thank you, I modified it to keep the 'pulseaudio? #f' function, and > pushed :-) So maybe we can drop our ALSA_PLUGIN_DIR patch now?