Searched refs:audiomux (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 109 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; variable 126 module_param_array(audiomux, int, NULL, 0444); 2947 if (UNSET == audioall && UNSET == audiomux[0]) in bttv_idcard() 2950 if (UNSET != audiomux[0]) { in bttv_idcard() 2953 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard() 2954 gpiobits |= audiomux[i]; in bttv_idcard()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | bttv.rst | 161 audiomux= 506 u32 audiomux[6]; /* Tuner, Radio, external, internal, mute, stereo */ 514 The audiomux\[\] array holds the data values for the different inputs 521 the audiomux array. If you have Windows and the drivers four your 541 audiomux=i,j,... set the values of the audiomux array 542 audioall=a set the values of the audiomux array (one
|