Lines Matching refs:tas_write_reg
109 static inline int tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) in tas_write_reg() function
136 tas_write_reg(tas, TAS_REG_DRC, 6, val); in tas3004_set_drc()
144 tas_write_reg(tas, TAS_REG_TREBLE, 1, &tmp); in tas_set_treble()
152 tas_write_reg(tas, TAS_REG_BASS, 1, &tmp); in tas_set_bass()
184 tas_write_reg(tas, TAS_REG_VOL, 6, block); in tas_set_volume()
201 tas_write_reg(tas, TAS_REG_LMIX, 9, block); in tas_set_mixer()
211 tas_write_reg(tas, TAS_REG_RMIX, 9, block); in tas_set_mixer()
522 tas_write_reg(tas, TAS_REG_ACR, 1, &tas->acr); in tas_snd_capture_source_put()
687 if (tas_write_reg(tas, TAS_REG_MCS, 1, &tmp)) in tas_reset_init()
691 if (tas_write_reg(tas, TAS_REG_ACR, 1, &tas->acr)) in tas_reset_init()
695 if (tas_write_reg(tas, TAS_REG_MCS2, 1, &tmp)) in tas_reset_init()
707 if (tas_write_reg(tas, TAS_REG_ACR, 1, &tas->acr)) in tas_reset_init()
751 tas_write_reg(tas, TAS_REG_ACR, 1, &tas->acr); in tas_suspend()
926 tas_write_reg(tas, TAS_REG_ACR, 1, &tmp); in tas_i2c_remove()