Lines Matching defs:state
167 * sends and receives state packets for syncinc state between
171 * get an error, we need to first send an empty state packet and
189 dev_warn(&dev->dev, "could not send state packet (%d)\n", ret);
198 dev_warn(&dev->dev, "could not get state field %u (%d)\n",
329 * Sync state with the device and retrieve the requested field,
335 struct snd_kcontrol *kctl, u32 *state)
349 *state = field;
388 u32 state = 0;
392 ret = snd_s1810c_get_switch_state(mixer, kctl, &state);
399 ctl_elem->value.enumerated.item[0] = (int)state;
402 ctl_elem->value.integer.value[0] = (long)state;