Lines Matching defs:boost
1192 unsigned char mic20db; /* boost mic by 20db if input is microphone */
1543 adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost)
1561 data |= boost ? (0x1<<2) : 0;
1583 adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost)
1619 if (boost) {
1620 i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */
1621 i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */
1623 i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */
1624 i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */
1633 adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost)
1664 if (boost) {
1665 i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */
1666 i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */
1668 i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */
1669 i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */