Home
last modified time | relevance | path

Searched refs:cached_volume_l (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/aoa/codecs/
Dtas.c91 u8 cached_volume_l, cached_volume_r; member
161 left = tas->cached_volume_l; in tas_set_volume()
241 ucontrol->value.integer.value[0] = tas->cached_volume_l; in tas_snd_vol_get()
260 if (tas->cached_volume_l == ucontrol->value.integer.value[0] in tas_snd_vol_put()
266 tas->cached_volume_l = ucontrol->value.integer.value[0]; in tas_snd_vol_put()