Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/sound/
Dunit.c60 static int snd_u_shift = 9; /* 0 - 0x1ff : 512 distinct soundcards */ variable
183 for (snd_u_shift = 0; (i >> (snd_u_shift + 1)) != 0; in snd_unit_init()
184 snd_u_shift++) in snd_unit_init()
191 snd_c_shift = 24 - snd_u_shift - snd_d_shift; in snd_unit_init()