Home
last modified time | relevance | path

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

/sound/core/
Dcontrol_led.c138 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_set_state() argument
157 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_set_state()
167 lctl->index_offset = ioff; in snd_ctl_led_set_state()
183 static struct snd_ctl_led_ctl *snd_ctl_led_find(struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_find() argument
192 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_find()
198 static unsigned int snd_ctl_led_remove(struct snd_kcontrol *kctl, unsigned int ioff, in snd_ctl_led_remove() argument
205 lctl = snd_ctl_led_find(kctl, ioff); in snd_ctl_led_remove()
216 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_notify() argument
222 access = snd_ctl_led_remove(kctl, ioff, 0); in snd_ctl_led_notify()
226 vd = &kctl->vd[ioff]; in snd_ctl_led_notify()
[all …]
Dcontrol.c201 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_notify_one() argument
206 id.index += ioff; in snd_ctl_notify_one()
207 id.numid += ioff; in snd_ctl_notify_one()
211 lops->lnotify(card, mask, kctl, ioff); in snd_ctl_notify_one()