Lines Matching defs:input
104 /* input switch register + values for v4l inputs */
132 int input;
564 /* lower 4 bits control input gain from -3.5dB (0x0) to 4dB (0xF)
777 "tda9873_setaudmode(): external input\n");
872 static int tda9874a_GCONR = 0xc0; /* default config. input pin: SIFSEL=0 */
1127 tda9874a_GCONR = 0xc0; /* sound IF input 1 */
1129 tda9874a_GCONR = 0xc1; /* sound IF input 2 */
1135 tda9874a_NCONR = 0x01; /* auto-mute: analog mono input */
1162 #define TDA9875_ADCIS 0x17 /*ADC input select (mono) 0b0110 000*/
1209 chip_write(chip, TDA9875_ADCIS, 0x6f); /* sig ADC input(in:mono)*/
1268 #define TEA6300_S_SA 0x01 /* stereo A input */
1282 #define TEA6320_S_SA 0x07 /* stereo A input */
1288 #define TEA6420_S_SA 0x00 /* stereo A input */
1298 /* Assumes 16bit input (values 0x3f to 0x0c are unique, values less than */
1756 desc->inputmap[chip->input],desc->inputmask);
1795 u32 input, u32 output, u32 config)
1802 if (input >= 4)
1805 chip->input = input;
1809 desc->inputmap[chip->input], desc->inputmask);