[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180412160102.15833-2-oleksandr_andrushchenko@epam.com>
Date: Thu, 12 Apr 2018 19:00:58 +0300
From: Oleksandr Andrushchenko <andr2000@...il.com>
To: xen-devel@...ts.xenproject.org, linux-kernel@...r.kernel.org,
alsa-devel@...a-project.org
Cc: boris.ostrovsky@...cle.com, jgross@...e.com,
iurii.konovalenko@...ballogic.com,
oleksandr.dmytryshyn@...ballogic.com, konrad.wilk@...cle.com,
tiwai@...e.de, andr2000@...il.com
Subject: [PATCH 1/5] xen/sndif: Introduce protocol version
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 <oleksandr_andrushchenko@...m.com>
---
include/xen/interface/io/sndif.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/include/xen/interface/io/sndif.h b/include/xen/interface/io/sndif.h
index 5c918276835e..fc1752cf5a16 100644
--- a/include/xen/interface/io/sndif.h
+++ b/include/xen/interface/io/sndif.h
@@ -36,6 +36,13 @@
#include "ring.h"
#include "../grant_table.h"
+/*
+ ******************************************************************************
+ * Protocol version
+ ******************************************************************************
+ */
+#define XENSND_PROTOCOL_VERSION 1
+
/*
******************************************************************************
* Feature and Parameter Negotiation
--
2.17.0
Powered by blists - more mailing lists