From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [Xen-devel] [PATCH 1/2] sndif: introduce protocol version Date: Thu, 1 Mar 2018 17:12:18 -0500 Message-ID: <20180301221218.GD32676@char.us.oracle.com> References: <1517819100-1029-1-git-send-email-andr2000@gmail.com> <1517819100-1029-2-git-send-email-andr2000@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from aserp2130.oracle.com (aserp2130.oracle.com [141.146.126.79]) by alsa0.perex.cz (Postfix) with ESMTP id C8FA0267C75 for ; Thu, 1 Mar 2018 23:12:22 +0100 (CET) Content-Disposition: inline In-Reply-To: <1517819100-1029-2-git-send-email-andr2000@gmail.com> 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: Oleksandr Andrushchenko Cc: xen-devel@lists.xenproject.org, alsa-devel@alsa-project.org, Oleksandr Andrushchenko List-Id: alsa-devel@alsa-project.org On Mon, Feb 05, 2018 at 10:24:59AM +0200, Oleksandr Andrushchenko wrote: > From: Oleksandr Andrushchenko > > Protocol version was referenced in the protocol description, > but missed its definition. Fix this by adding a constant > for current protocol version. > > Signed-off-by: Oleksandr Andrushchenko Reviewed-by: Konrad Rzeszutek Wilk Thank you! > --- > xen/include/public/io/sndif.h | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/xen/include/public/io/sndif.h b/xen/include/public/io/sndif.h > index c5c1978406b3..b0e6ac35e131 100644 > --- a/xen/include/public/io/sndif.h > +++ b/xen/include/public/io/sndif.h > @@ -38,6 +38,13 @@ > > /* > ****************************************************************************** > + * Protocol version > + ****************************************************************************** > + */ > +#define XENSND_PROTOCOL_VERSION "1" > + > +/* > + ****************************************************************************** > * Feature and Parameter Negotiation > ****************************************************************************** > * > -- > 2.7.4 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xenproject.org > https://lists.xenproject.org/mailman/listinfo/xen-devel