Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/video4linux/bttv/
DSound-FAQ65 u32 audiomux[6]; /* Tuner, Radio, external, internal, mute, stereo */
73 The audiomux[] array holds the data values for the different inputs
80 the audiomux array. If you have Windows and the drivers four your
98 audiomux=i,j,... set the values of the audiomux array
99 audioall=a set the values of the audiomux array (one
DInsmod-options67 audiomux=
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-cards.c109 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; variable
126 module_param_array(audiomux, int, NULL, 0444);
2943 if (UNSET == audioall && UNSET == audiomux[0]) in bttv_idcard()
2946 if (UNSET != audiomux[0]) { in bttv_idcard()
2949 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard()
2950 gpiobits |= audiomux[i]; in bttv_idcard()