Searched refs:SNDRV_SEQ_INSTR_HASH_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dseq_instr.h49 #define SNDRV_SEQ_INSTR_HASH_SIZE 32 macro
56 struct snd_seq_kinstr *hash[SNDRV_SEQ_INSTR_HASH_SIZE];
59 struct snd_seq_kcluster *chash[SNDRV_SEQ_INSTR_HASH_SIZE];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_instr.c105 for (idx = 0; idx < SNDRV_SEQ_INSTR_HASH_SIZE; idx++) {
173 for (idx = 0; idx < SNDRV_SEQ_INSTR_HASH_SIZE; idx++) {
220 return result & (SNDRV_SEQ_INSTR_HASH_SIZE-1);

Completed in 22 milliseconds