From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-164285-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B9B8B138CD0
	for <garchives@archives.gentoo.org>; Mon, 18 May 2015 18:39:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CAB21E08CD;
	Mon, 18 May 2015 18:39:43 +0000 (UTC)
Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BAB62E08BB
	for <gentoo-user@lists.gentoo.org>; Mon, 18 May 2015 18:39:42 +0000 (UTC)
Received: by obfe9 with SMTP id e9so135350606obf.1
        for <gentoo-user@lists.gentoo.org>; Mon, 18 May 2015 11:39:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type;
        bh=fZBPVs2k4pJ/6tL/PYY/au0BYqkrZPebtjE45YqLDs0=;
        b=ym+Rt0WRTkEPDJZ8x15LbzPymkpGgbnXHOGhgOkcsR1KTsKefC8P5O661wsGme+1Uq
         ec5ExbBou9a6p510RRLwQQuKGnipTg6/RKTV2jDYYufmvALgZ7+TLtg6SwLucZpuBzqq
         A1sXuu4/xpzySe+tyUy97aJ2RwvAAVQ2vezBojJimXFdkhkNrHBT/ZZWWwYhVRLr58ca
         R+QoR8I71gzhqiAZdTzZQJS6gEwDQJHUAcY9fopLi1Cd9GrXvd2hlT8rfb+aVkQ16YND
         S1jNUiql0yt0H4WzNq7h5I4Vu7Uq0wkEeuodo0GZERo7Dqwj2CXQ3a//DWPl6obg7kxG
         4yMQ==
X-Received: by 10.202.89.131 with SMTP id n125mr19917280oib.91.1431974381917;
 Mon, 18 May 2015 11:39:41 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.76.110.179 with HTTP; Mon, 18 May 2015 11:39:11 -0700 (PDT)
In-Reply-To: <20150518175429.GC4658@solfire>
References: <20150518175429.GC4658@solfire>
From: Emanuele Rusconi <emarsk@gmail.com>
Date: Mon, 18 May 2015 20:39:11 +0200
Message-ID: <CAPife4kH2PUT7TGZzdYKHJTcwbzA+-M2yPo7PFSW8DKFZGZj8A@mail.gmail.com>
Subject: Re: [gentoo-user] Poor mans audio in the world of the great Jack D.
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 81dacacd-5307-4f3c-bb69-73add93c61a2
X-Archives-Hash: 6d309b75bf8a9f1f075a63cb6cca1894

On 18 May 2015 at 19:54, <Meino.Cramer@gmx.de> wrote:
>
> Hi,
>
> From time to time I come across software, which directly wants
> to talks to good ole' alsa and get kicked by Sensei Jack D. for accessing
> a device, which already is occupied by him...
>
> Is there any way to go or any software to install which enables me to use
> Jack D.'ed software and alsa-acessing without shutting down and
> restarting that grandmaster Jack D. ?
>
> Thanks a lot for any Koan, which will light up my darkened ears!
> Best regards,
> Meino
>
>
>

And so the wise ~/.asoundrc thus spake:


## http://jackaudio.org/faq/routing_alsa.html
## http://www.alsa-project.org/main/index.php/Asoundrc
pcm.jackplug {
        type plug
        slave { pcm "rawjack" }
        hint { description "JACK Audio Connection Kit" }
}
pcm.rawjack {
        type jack
        playback_ports {
                0 system:playback_1
                1 system:playback_2
        }
        capture_ports {
                0 system:capture_1
                1 system:capture_2
        }
}


-- Emanuele Rusconi