From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754231AbeENPwo (ORCPT ); Mon, 14 May 2018 11:52:44 -0400 Received: from mx2.suse.de ([195.135.220.15]:37571 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752232AbeENPwn (ORCPT ); Mon, 14 May 2018 11:52:43 -0400 Date: Mon, 14 May 2018 17:52:41 +0200 Message-ID: From: Takashi Iwai To: Oleksandr Andrushchenko Cc: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, jgross@suse.com, boris.ostrovsky@oracle.com, konrad.wilk@oracle.com, perex@perex.cz, Oleksandr Andrushchenko Subject: Re: [alsa-devel] [PATCH v3 0/6] ALSA: xen-front: Add Xen para-virtualized frontend driver In-Reply-To: <20180514062742.25879-1-andr2000@gmail.com> References: <20180514062742.25879-1-andr2000@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 14 May 2018 08:27:36 +0200, Oleksandr Andrushchenko wrote: > > From: Oleksandr Andrushchenko > > Please note: this patch series depends on [3]. > > This patch series adds support for Xen [1] para-virtualized > sound frontend driver. It implements the protocol from > include/xen/interface/io/sndif.h with the following limitations: > - mute/unmute is not supported > - get/set volume is not supported > Volume control is not supported for the reason that most of the > use-cases (at the moment) are based on scenarious where > unprivileged OS (e.g. Android, AGL etc) use software mixers. > > Both capture and playback are supported. > > Corresponding backend, implemented as a user-space application, can be > found at [2]. Through a quick glance, all look OK for merge (assuming that they really work on your systems :) Of course, it'd be great if anyone else can review, test and give reviewed-by or tested-by tags. So I'll keep this floating for a couple of days and merge to for-next branch after that. thanks, Takashi