Home
last modified time | relevance | path

Searched refs:SND_SEQ_OBUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseq_local.h31 #define SND_SEQ_OBUF_SIZE (16*1024) /* default size */ macro
Dseq_hw.c494 seq->obuf = (char *) malloc(seq->obufsize = SND_SEQ_OBUF_SIZE); in snd_seq_hw_open()