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:
Frediano Ziglio 2017-02-03 20:58:45 +00:00
parent 7e395c3984
commit 9855eebd2f

View File

@ -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)