Searched refs:audiomux (Results 1 – 1 of 1) sorted by relevance
110 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; variable127 module_param_array(audiomux, int, NULL, 0444);2944 if (UNSET == audioall && UNSET == audiomux[0]) in bttv_idcard()2947 if (UNSET != audiomux[0]) { in bttv_idcard()2950 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard()2951 gpiobits |= audiomux[i]; in bttv_idcard()