xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Oleksandr Andrushchenko <andr2000@gmail.com>
To: alsa-devel@alsa-project.org, xen-devel@lists.xenproject.org
Cc: andr2000@gmail.com,
	Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Subject: [PATCH 1/2] sndif: introduce protocol version
Date: Mon,  5 Feb 2018 10:24:59 +0200	[thread overview]
Message-ID: <1517819100-1029-2-git-send-email-andr2000@gmail.com> (raw)
In-Reply-To: <1517819100-1029-1-git-send-email-andr2000@gmail.com>

From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>

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@epam.com>
---
 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

  reply	other threads:[~2018-02-05  8:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05  8:24 [PATCH 0/2] sndif: add explicit back and front synchronization Oleksandr Andrushchenko
2018-02-05  8:24 ` Oleksandr Andrushchenko [this message]
2018-03-01 22:12   ` [PATCH 1/2] sndif: introduce protocol version Konrad Rzeszutek Wilk
2018-02-05  8:25 ` [PATCH 2/2] sndif: add explicit back and front synchronization Oleksandr Andrushchenko
2018-03-01 22:11   ` Konrad Rzeszutek Wilk
     [not found]   ` <20180301221156.GC32676@char.us.oracle.com>
2018-03-02  6:30     ` Oleksandr Andrushchenko
2018-02-19  6:31 ` [PATCH 0/2] " Oleksandr Andrushchenko
2018-03-01  6:29 ` Oleksandr Andrushchenko
2018-03-02 16:52 ` Oleksandr Andrushchenko
2018-03-06 10:52 ` [alsa-devel] " Takashi Iwai
     [not found] ` <s5hd10hcw6t.wl-tiwai@suse.de>
2018-03-06 11:25   ` Oleksandr Andrushchenko
     [not found]   ` <d460d2f9-8a93-7046-dbe3-fe921c2da130@gmail.com>
2018-03-06 11:32     ` Takashi Iwai
     [not found]     ` <s5h4lltcud4.wl-tiwai@suse.de>
2018-03-06 12:05       ` Oleksandr Andrushchenko
     [not found]       ` <1531a22b-5df6-a66e-72ee-775538aeff4d@gmail.com>
2018-03-06 12:52         ` Takashi Iwai
     [not found]         ` <s5hwoypbc3c.wl-tiwai@suse.de>
2018-03-06 13:30           ` Oleksandr Andrushchenko
     [not found]           ` <e11de1a2-5095-6297-184b-00405300bfe7@gmail.com>
2018-03-06 13:48             ` Takashi Iwai
     [not found]             ` <s5hpo4hb9hg.wl-tiwai@suse.de>
2018-03-06 14:13               ` Oleksandr Andrushchenko
     [not found]               ` <621aaaa9-5994-176c-b243-c2fc9823a699@gmail.com>
2018-03-06 14:27                 ` Takashi Iwai
     [not found]                 ` <s5hfu5db7pd.wl-tiwai@suse.de>
2018-03-06 14:48                   ` Oleksandr Andrushchenko
     [not found]                   ` <18f6eced-a932-ad82-0097-e18ac1a562ae@gmail.com>
2018-03-06 15:06                     ` Takashi Iwai
     [not found]                     ` <s5ha7vlb5vl.wl-tiwai@suse.de>
2018-03-06 16:04                       ` Oleksandr Andrushchenko
     [not found]                       ` <670e6d78-1dbd-dcc9-fd82-813c2f45c5d3@gmail.com>
2018-03-06 16:30                         ` Takashi Iwai
     [not found]                         ` <s5hwoyp9nem.wl-tiwai@suse.de>
2018-03-07  8:49                           ` Oleksandr Andrushchenko
     [not found]                           ` <397eb20c-096a-f8d1-1e63-3662d79f14cf@gmail.com>
2018-03-11  8:15                             ` Takashi Iwai
     [not found]                             ` <s5hk1ujgh91.wl-tiwai@suse.de>
2018-03-12  6:26                               ` Oleksandr Andrushchenko
     [not found]                               ` <88ec5cf5-ab98-4ee4-2284-3a1d34d9a353@gmail.com>
2018-03-13 11:49                                 ` Oleksandr Andrushchenko
     [not found]                                 ` <e3f39c7f-721f-ace9-82b3-d270c6bf0137@gmail.com>
2018-03-13 16:31                                   ` Takashi Iwai
     [not found]                                   ` <s5hvae09bu5.wl-tiwai@suse.de>
2018-03-13 17:31                                     ` Oleksandr Andrushchenko
     [not found]                                     ` <7b8359e2-46d6-46dc-937a-331799c11718@gmail.com>
2018-03-13 18:48                                       ` Takashi Iwai
     [not found]                                       ` <s5hin9zlslg.wl-tiwai@suse.de>
2018-03-14  7:32                                         ` Oleksandr Andrushchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1517819100-1029-2-git-send-email-andr2000@gmail.com \
    --to=andr2000@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=oleksandr_andrushchenko@epam.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).