Searched refs:hw20k2_i2c_read (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/sound/pci/ctxfi/ | 
| D | cthw20k2.c | 1536 static int hw20k2_i2c_read(struct hw *hw, u16 addr, u32 *datap)  in hw20k2_i2c_read()  function 1667 		if (hw20k2_i2c_read(hw, CS4382_MC1,  &cs_read.mode_control_1))  in hw_dac_init() 1670 		if (hw20k2_i2c_read(hw, CS4382_MC2,  &cs_read.mode_control_2))  in hw_dac_init() 1673 		if (hw20k2_i2c_read(hw, CS4382_MC3,  &cs_read.mode_control_3))  in hw_dac_init() 1676 		if (hw20k2_i2c_read(hw, CS4382_FC,   &cs_read.filter_control))  in hw_dac_init() 1679 		if (hw20k2_i2c_read(hw, CS4382_IC,   &cs_read.invert_control))  in hw_dac_init() 1682 		if (hw20k2_i2c_read(hw, CS4382_XC1,  &cs_read.mix_control_P1))  in hw_dac_init() 1685 		if (hw20k2_i2c_read(hw, CS4382_VCA1, &cs_read.vol_control_A1))  in hw_dac_init() 1688 		if (hw20k2_i2c_read(hw, CS4382_VCB1, &cs_read.vol_control_B1))  in hw_dac_init() 1691 		if (hw20k2_i2c_read(hw, CS4382_XC2,  &cs_read.mix_control_P2))  in hw_dac_init() [all …] 
 |