Home
last modified time | relevance | path

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

/sound/usb/
Dmixer_us16x08.c421 struct snd_us16x08_comp_store *store = elem->private_data; in snd_us16x08_comp_get() local
425 ucontrol->value.integer.value[0] = store->val[val_idx][index]; in snd_us16x08_comp_get()
435 struct snd_us16x08_comp_store *store = elem->private_data; in snd_us16x08_comp_put() local
451 store->val[val_idx][index] = ucontrol->value.integer.value[0]; in snd_us16x08_comp_put()
457 buf[8] = store->val[ in snd_us16x08_comp_put()
460 buf[11] = ratio_map[store->val[ in snd_us16x08_comp_put()
462 buf[14] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTACK)][index] in snd_us16x08_comp_put()
464 buf[17] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RELEASE)][index] in snd_us16x08_comp_put()
466 buf[20] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_GAIN)][index]; in snd_us16x08_comp_put()
467 buf[26] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)][index]; in snd_us16x08_comp_put()
[all …]
/sound/hda/
Dhdac_sysfs.c91 ssize_t (*store)(struct hdac_device *codec, hda_nid_t nid, member
133 if (!wid_attr->store) in widget_attr_store()
138 return wid_attr->store(codec, nid, wid_attr, buf, count); in widget_attr_store()
143 .store = widget_attr_store,
/sound/pci/asihpi/
Dhpi_internal.h803 } store; /* for HPI_MIXER_STORE message */ member
Dhpifunc.c1301 hm.u.mx.store.command = command; in hpi_mixer_store()
1302 hm.u.mx.store.index = index; in hpi_mixer_store()