From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksandr Andrushchenko Subject: Re: [PATCH RESEND1 00/12] ALSA: vsnd: Add Xen para-virtualized frontend driver Date: Fri, 18 Aug 2017 10:23:05 +0300 Message-ID: References: <1502108577-8099-1-git-send-email-andr2000@gmail.com> <7e62a406-7dcd-b5c9-b2de-ea52e1d2afd0@sakamocchi.jp> <2a2fd222-fc54-1709-bfc8-a530efc3f307@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by alsa0.perex.cz (Postfix) with ESMTP id 37663266884 for ; Fri, 18 Aug 2017 09:23:14 +0200 (CEST) Received: by mail-lf0-f67.google.com with SMTP id x16so5736352lfb.4 for ; Fri, 18 Aug 2017 00:23:14 -0700 (PDT) In-Reply-To: Content-Language: en-US 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 To: Takashi Sakamoto , Oleksandr Grytsov , clemens@ladisch.de Cc: Oleksandr Andrushchenko , alsa-devel@alsa-project.org, tiwai@suse.com, linux-kernel@vger.kernel.org, xen-devel@lists.xen.org List-Id: alsa-devel@alsa-project.org On 08/18/2017 10:17 AM, Takashi Sakamoto wrote: > On Aug 18 2017 14:56, Oleksandr Andrushchenko wrote: >> Taking into account the fact that the backend we have is a user-space >> application >> running on top of ALSA/PulseAudio we cannot get HW pointers from actual >> hardware by any means (PulseAudio use-case is the most tough thing in >> equation) > > You mean that any alsa-lib or libpulse applications run on Dom0 as a > backend driver for the frontend driver on DomU? > No, the sound backend [1] is a user-space application (ALSA/PulseAudio client) which runs as a Xen para-virtual backend in Dom0 and serves all the frontends running in DomU(s). Other ALSA/PulseAudio clients in Dom0 are also allowed to run at the same time. > > Regards > > Takashi Sakamoto Thank you, Oleksandr [1] https://github.com/xen-troops/snd_be