<div dir="ltr"><div>Could you describe the protocol change in the commit log?<br><br></div>Don't forget to update the submodule in spice-gtk (and bump protocol dep in vdagent)<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 27, 2015 at 3:16 PM, Marc-André Lureau <span dir="ltr"><<a href="mailto:mlureau@redhat.com" target="_blank">mlureau@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<span class=""><br>
----- Original Message -----<br>
> ---<br>
>  spice/vd_agent.h | 9 +++++++++<br>
>  1 file changed, 9 insertions(+)<br>
><br>
> diff --git a/spice/vd_agent.h b/spice/vd_agent.h<br>
> index 7464661..7732eca 100644<br>
> --- a/spice/vd_agent.h<br>
> +++ b/spice/vd_agent.h<br>
> @@ -77,6 +77,7 @@ enum {<br>
>      VD_AGENT_FILE_XFER_DATA,<br>
>      VD_AGENT_CLIENT_DISCONNECTED,<br>
>      VD_AGENT_MAX_CLIPBOARD,<br>
> +    VD_AGENT_AUDIO_VOLUME_SYNC,<br>
<br>
</span>I think it could be SET_AUDIO_VOLUME instead, but that doesn't matter much.<br>
<div class="HOEnZb"><div class="h5"><br>
>      VD_AGENT_END_MESSAGE,<br>
>  };<br>
><br>
> @@ -206,6 +207,13 @@ typedef struct SPICE_ATTR_PACKED VDAgentMaxClipboard {<br>
>      int32_t max;<br>
>  } VDAgentMaxClipboard;<br>
><br>
> +typedef struct SPICE_ATTR_PACKED VDAgentAudioVolumeSync {<br>
> +    uint8_t is_playback;<br>
> +    uint8_t mute;<br>
> +    uint8_t nchannels;<br>
> +    uint16_t volume[0];<br>
> +} VDAgentAudioVolumeSync;<br>
> +<br>
>  enum {<br>
>      VD_AGENT_CAP_MOUSE_STATE = 0,<br>
>      VD_AGENT_CAP_MONITORS_CONFIG,<br>
> @@ -218,6 +226,7 @@ enum {<br>
>      VD_AGENT_CAP_GUEST_LINEEND_LF,<br>
>      VD_AGENT_CAP_GUEST_LINEEND_CRLF,<br>
>      VD_AGENT_CAP_MAX_CLIPBOARD,<br>
> +    VD_AGENT_CAP_AUDIO_VOLUME_SYNC,<br>
>      VD_AGENT_END_CAP,<br>
>  };<br>
><br>
> --<br>
> 2.1.0<br>
><br>
> _______________________________________________<br>
> Spice-devel mailing list<br>
> <a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
><br>
_______________________________________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Marc-André Lureau</div>
</div>