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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_hwec.c37 { "deftaps", "128", "Set the number of taps of cancellation." },
53 int deftaps = 128, local
87 if (!strcmp(name, "deftaps")) {
89 deftaps = tmp;
95 printk(KERN_DEBUG "%s: enabling hwec with deftaps=%d\n",
96 __func__, deftaps);
99 cq.p1 = deftaps;

Completed in 103 milliseconds