Skip to content

Commit

Permalink
ALSA: seq: remove unused symbols
Browse files Browse the repository at this point in the history
Signed-off-by: Clemens Ladisch <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
cladisch authored and tiwai committed Jan 26, 2015
1 parent de20b57 commit 1f2fb11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/sound/seq_kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 1f2fb11

Please sign in to comment.