Home
last modified time | relevance | path

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

/linux-6.12.1/sound/aoa/codecs/
Dtas.c89 u8 cached_volume_l, cached_volume_r; member
159 left = tas->cached_volume_l; in tas_set_volume()
239 ucontrol->value.integer.value[0] = tas->cached_volume_l; in tas_snd_vol_get()
258 if (tas->cached_volume_l == ucontrol->value.integer.value[0] in tas_snd_vol_put()
264 tas->cached_volume_l = ucontrol->value.integer.value[0]; in tas_snd_vol_put()