浏览代码

ALSA: seq: remove unused symbols

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Clemens Ladisch 10 年之前
父节点
当前提交
1f2fb11025
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      include/sound/seq_kernel.h

+ 0 - 6
include/sound/seq_kernel.h

@@ -27,9 +27,6 @@
 typedef struct snd_seq_real_time snd_seq_real_time_t;
 typedef struct snd_seq_real_time snd_seq_real_time_t;
 typedef union snd_seq_timestamp snd_seq_timestamp_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 */
 /* maximum number of queues */
 #define SNDRV_SEQ_MAX_QUEUES		8
 #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 */
 /* max number of events in memory pool */
 #define SNDRV_SEQ_MAX_EVENTS		2000
 #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 */
 /* default number of events in memory pool */
 #define SNDRV_SEQ_DEFAULT_EVENTS	500
 #define SNDRV_SEQ_DEFAULT_EVENTS	500