From: Clemens Ladisch Date: Sun, 25 Jan 2015 13:35:58 +0000 (+0100) Subject: ALSA: seq: remove unused symbols X-Git-Tag: v4.0-rc1~129^2~38 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1f2fb110259afef478d65051c149ed04bd94c655;p=karo-tx-linux.git ALSA: seq: remove unused symbols Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h index eea5400fe373..ab8ddd9328ac 100644 --- a/include/sound/seq_kernel.h +++ b/include/sound/seq_kernel.h @@ -27,9 +27,6 @@ typedef struct snd_seq_real_time snd_seq_real_time_t; typedef union snd_seq_timestamp snd_seq_timestamp_t; -/* maximum number of events dequeued per schedule interval */ -#define SNDRV_SEQ_MAX_DEQUEUE 50 - /* maximum number of queues */ #define SNDRV_SEQ_MAX_QUEUES 8 @@ -42,9 +39,6 @@ typedef union snd_seq_timestamp snd_seq_timestamp_t; /* max number of events in memory pool */ #define SNDRV_SEQ_MAX_EVENTS 2000 -/* default number of events in memory chunk */ -#define SNDRV_SEQ_DEFAULT_CHUNK_EVENTS 64 - /* default number of events in memory pool */ #define SNDRV_SEQ_DEFAULT_EVENTS 500