mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
sound: Avoid unused IOV_MAX definition
The usage was removed with commit 7ea1f2c133
("sound: Use RedChannelClient to receive/send data").
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
7e395c3984
commit
9855eebd2f
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user