Searched refs:tas_write_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
H A D | tas.c | 108 static inline int tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) in tas_write_reg() function 135 tas_write_reg(tas, TAS_REG_DRC, 6, val); in tas3004_set_drc() 143 tas_write_reg(tas, TAS_REG_TREBLE, 1, &tmp); in tas_set_treble() 151 tas_write_reg(tas, TAS_REG_BASS, 1, &tmp); in tas_set_bass() 183 tas_write_reg(tas, TAS_REG_VOL, 6, block); in tas_set_volume() 200 tas_write_reg(tas, TAS_REG_LMIX, 9, block); in tas_set_mixer() 210 tas_write_reg(tas, TAS_REG_RMIX, 9, block); in tas_set_mixer() 521 tas_write_reg(tas, TAS_REG_ACR, 1, &tas->acr); in tas_snd_capture_source_put() 686 if (tas_write_reg(tas, TAS_REG_MCS, 1, &tmp)) in tas_reset_init() 690 if (tas_write_reg(ta in tas_reset_init() [all...] |
/kernel/linux/linux-6.6/sound/aoa/codecs/ |
H A D | tas.c | 107 static inline int tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) in tas_write_reg() function 134 tas_write_reg(tas, TAS_REG_DRC, 6, val); in tas3004_set_drc() 142 tas_write_reg(tas, TAS_REG_TREBLE, 1, &tmp); in tas_set_treble() 150 tas_write_reg(tas, TAS_REG_BASS, 1, &tmp); in tas_set_bass() 182 tas_write_reg(tas, TAS_REG_VOL, 6, block); in tas_set_volume() 199 tas_write_reg(tas, TAS_REG_LMIX, 9, block); in tas_set_mixer() 209 tas_write_reg(tas, TAS_REG_RMIX, 9, block); in tas_set_mixer() 520 tas_write_reg(tas, TAS_REG_ACR, 1, &tas->acr); in tas_snd_capture_source_put() 685 if (tas_write_reg(tas, TAS_REG_MCS, 1, &tmp)) in tas_reset_init() 689 if (tas_write_reg(ta in tas_reset_init() [all...] |
Completed in 3 milliseconds