Home
last modified time | relevance | path

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

/sound/pci/au88x0/
Dau88x0_core.c573 int dirplay, int sl, unsigned int tr, int thsource) in vortex_src_setupchannel() argument
587 if ((tr & 0x10000) && (tr != 0x10000)) { in vortex_src_setupchannel()
588 tr = 0; in vortex_src_setupchannel()
591 if ((((short)tr) < 0) && (tr != 0x8000)) { in vortex_src_setupchannel()
592 tr = 0; in vortex_src_setupchannel()
595 tr = 1; in vortex_src_setupchannel()
601 tr = 0; /*ebx = 0 */ in vortex_src_setupchannel()
608 tr = 1; in vortex_src_setupchannel()
616 if (tr) in vortex_src_setupchannel()
622 if (tr) in vortex_src_setupchannel()
[all …]
/sound/core/
Dtimer.c1694 struct snd_timer_read *tr; in snd_timer_user_params() local
1767 tr = kmalloc(params.queue_size * sizeof(*tr), in snd_timer_user_params()
1769 if (tr) { in snd_timer_user_params()
1772 tu->queue = tr; in snd_timer_user_params()