Home
last modified time | relevance | path

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

/sound/usb/
Dmixer_us16x08.c229 elem->cached |= 1 << index; in snd_us16x08_route_put()
288 elem->cached |= 1 << index; in snd_us16x08_master_put()
329 elem->cached |= 1; in snd_us16x08_bus_put()
397 elem->cached |= 1 << index; in snd_us16x08_channel_put()
475 elem->cached |= 1 << index; in snd_us16x08_comp_put()
534 elem->cached |= 1 << index; in snd_us16x08_eqswitch_put()
598 elem->cached |= 1 << index; in snd_us16x08_eq_put()
1315 elem->cached = 0xff; in snd_us16x08_controls_create()
1337 elem->cached = 1; in snd_us16x08_controls_create()
1357 elem->cached = 0xffff; in snd_us16x08_controls_create()
Dmixer.h92 int cached; member
Dmixer.c426 if (cval->cached & (1 << channel)) { in snd_usb_get_cur_mix_value()
438 cval->cached |= 1 << channel; in snd_usb_get_cur_mix_value()
529 cval->cached |= 1 << channel; in snd_usb_set_cur_mix_value()
3234 info->cached = 0; in snd_usb_mixer_notify_id()
3332 info->cached &= ~(1 << channel); in snd_usb_mixer_interrupt_v2()
3334 info->cached = 0; in snd_usb_mixer_interrupt_v2()
3618 if (cval->cached & (1 << (c + 1))) { in restore_mixer_value()
3628 if (cval->cached) { in restore_mixer_value()
Dmixer_scarlett.c284 if (elem->cached & (1 << i)) in scarlett_ctl_resume()
441 if (elem->cached) in scarlett_ctl_enum_resume()
/sound/soc/codecs/
Dsigmadsp.c34 bool cached; member
144 ctrl->cached = true; in sigmadsp_ctrl_put()
161 if (!ctrl->cached) { in sigmadsp_ctrl_get()
167 ctrl->cached = true; in sigmadsp_ctrl_get()
683 if (ctrl->cached) in sigmadsp_activate_ctrl()
/sound/pci/asihpi/
Dhpicmn.c177 int cached = 0; in control_cache_alloc_check() local
226 cached++; in control_cache_alloc_check()
235 cached, pC->p_info[info->control_index], in control_cache_alloc_check()
260 pC->init = (u16)cached; in control_cache_alloc_check()
/sound/pci/hda/
Dhda_local.h404 unsigned int val, bool cached);
Dhda_codec.c3952 unsigned int val, bool cached) in _snd_hda_set_pin_ctl() argument
3956 if (cached) in _snd_hda_set_pin_ctl()