Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751728AbdHRHXR (ORCPT ); Fri, 18 Aug 2017 03:23:17 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:34548 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751267AbdHRHXP (ORCPT ); Fri, 18 Aug 2017 03:23:15 -0400 Subject: Re: [PATCH RESEND1 00/12] ALSA: vsnd: Add Xen para-virtualized frontend driver To: Takashi Sakamoto , Oleksandr Grytsov , clemens@ladisch.de Cc: alsa-devel@alsa-project.org, xen-devel@lists.xen.org, linux-kernel@vger.kernel.org, tiwai@suse.com, Oleksandr Andrushchenko References: <1502108577-8099-1-git-send-email-andr2000@gmail.com> <7e62a406-7dcd-b5c9-b2de-ea52e1d2afd0@sakamocchi.jp> <2a2fd222-fc54-1709-bfc8-a530efc3f307@gmail.com> From: Oleksandr Andrushchenko Message-ID: Date: Fri, 18 Aug 2017 10:23:05 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 834 Lines: 26 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