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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-cards.c113 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; variable
129 module_param_array(audiomux, int, NULL, 0444);
2987 if (UNSET == audioall && UNSET == audiomux[0])
2990 if (UNSET != audiomux[0]) {
2993 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i];
2994 gpiobits |= audiomux[i];

Completed in 157 milliseconds