[Spice-commits] server/sound.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Feb 28 14:16:35 UTC 2017


 server/sound.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 9855eebd2fbcd034dba56bb8448d885f19714b92
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Feb 3 20:58:45 2017 +0000

    sound: Avoid unused IOV_MAX definition
    
    The usage was removed with commit 7ea1f2c133a8e57523078ba3112cec6a1d2f353e
    ("sound: Use RedChannelClient to receive/send data").
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Pavel Grunt <pgrunt at redhat.com>

diff --git a/server/sound.c b/server/sound.c
index e83a547..faaeb29 100644
--- a/server/sound.c
+++ b/server/sound.c
@@ -39,10 +39,6 @@
 #include "sound.h"
 #include "main-channel-client.h"
 
-#ifndef IOV_MAX
-#define IOV_MAX 1024
-#endif
-
 #define SND_RECEIVE_BUF_SIZE     (16 * 1024 * 2)
 #define RECORD_SAMPLES_SIZE (SND_RECEIVE_BUF_SIZE >> 2)
 


More information about the Spice-commits mailing list