Lines Matching defs:input
1134 unsigned char input; /* the input source of ADC */
1135 unsigned char mic20db; /* boost mic by 20db if input is microphone */
1761 /* for MIC. We don't need to switch the ADC input. */
1781 static void hw_wm8775_input_select(struct hw *hw, u8 input, s8 gain_in_db)
1785 if (input > 3)
1786 input = 3;
1788 adcmc = ((u32)1 << input) | 0x100; /* Link L+R gain... */
2183 adc_info.input = ADC_LINEIN;
2190 data |= 0x1; /* Enables input from the audio ring */