Searched refs:SND_SEQ_OBUF_SIZE (Results 1 – 2 of 2) sorted by relevance
31 #define SND_SEQ_OBUF_SIZE (16*1024) /* default size */ macro
494 seq->obuf = (char *) malloc(seq->obufsize = SND_SEQ_OBUF_SIZE); in snd_seq_hw_open()