Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-cards.c110 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; variable
127 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()