Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-cards.c97 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; variable
114 module_param_array(audiomux, int, NULL, 0444);
2935 if (UNSET == audioall && UNSET == audiomux[0]) in bttv_idcard()
2938 if (UNSET != audiomux[0]) { in bttv_idcard()
2941 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard()
2942 gpiobits |= audiomux[i]; in bttv_idcard()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-cards.c96 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; variable
112 module_param_array(audiomux, int, NULL, 0444);
2932 if (UNSET == audioall && UNSET == audiomux[0]) in bttv_idcard()
2935 if (UNSET != audiomux[0]) { in bttv_idcard()
2938 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard()
2939 gpiobits |= audiomux[i]; in bttv_idcard()

Completed in 10 milliseconds