From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 0/3] Add sound frontend driver Date: Mon, 19 Jan 2015 10:50:32 +0000 Message-ID: <54BCE178.5060707@citrix.com> References: <1421655574-10038-1-git-send-email-oleksandr.dmytryshyn@globallogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1421655574-10038-1-git-send-email-oleksandr.dmytryshyn@globallogic.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Oleksandr Dmytryshyn , xen-devel@lists.xen.org Cc: Takashi Iwai , Iurii Konovalenko , Jaroslav Kysela List-Id: xen-devel@lists.xenproject.org On 19/01/15 08:19, Oleksandr Dmytryshyn wrote: > Hi to all. > > Next series of patches introduces Para-virtual sound driver > > CONFIG_XEN_SND_FRONTEND should be selected to use this driver. > > Frontend driver registers an virtual sound card and sends/receives > an PCM streams to/from the backend driver. Backend driver is an > user-space application which uses ALSA with dmix plugin to play/capture audio. > > Iurii Konovalenko (2): > xen-sndfront: switch to the v2 driver > xen-sndfront: add capture support > > Oleksandr Dmytryshyn (1): > xen-sndfront: add sound frontend driver > > include/xen/interface/io/sndif.h | 140 ++++ This ABI needs to be properly defined and documented and accepted into Xen before we can take any frontend drivers using it. David