Lines Matching refs:vol
166 int vol[2]; member
174 static void set_dsp_scale(struct regmap *rm, int offset, int vol) in set_dsp_scale() argument
177 uint32_t x = tas5805m_volume[vol]; in set_dsp_scale()
193 tas5805m->is_muted, tas5805m->vol[0], tas5805m->vol[1]); in tas5805m_refresh()
203 set_dsp_scale(rm, 0x24, tas5805m->vol[0]); in tas5805m_refresh()
204 set_dsp_scale(rm, 0x28, tas5805m->vol[1]); in tas5805m_refresh()
235 ucontrol->value.integer.value[0] = tas5805m->vol[0]; in tas5805m_vol_get()
236 ucontrol->value.integer.value[1] = tas5805m->vol[1]; in tas5805m_vol_get()
261 if (tas5805m->vol[0] != ucontrol->value.integer.value[0] || in tas5805m_vol_put()
262 tas5805m->vol[1] != ucontrol->value.integer.value[1]) { in tas5805m_vol_put()
263 tas5805m->vol[0] = ucontrol->value.integer.value[0]; in tas5805m_vol_put()
264 tas5805m->vol[1] = ucontrol->value.integer.value[1]; in tas5805m_vol_put()
266 tas5805m->vol[0], tas5805m->vol[1], in tas5805m_vol_put()
542 tas5805m->vol[0] = TAS5805M_VOLUME_MIN; in tas5805m_i2c_probe()
543 tas5805m->vol[1] = TAS5805M_VOLUME_MIN; in tas5805m_i2c_probe()