Home
last modified time | relevance | path

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

/include/sound/
A Dcontrol.h188 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum()
189 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum()
194 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx()
195 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
201 return snd_ctl_get_ioffnum(kctl, id); in snd_ctl_get_ioff()
203 return snd_ctl_get_ioffidx(kctl, id); in snd_ctl_get_ioff()
289 int snd_ctl_add_vmaster_hook(struct snd_kcontrol *kctl,
292 void snd_ctl_sync_vmaster(struct snd_kcontrol *kctl, bool hook_only);
293 #define snd_ctl_sync_vmaster_hook(kctl) snd_ctl_sync_vmaster(kctl, true) argument
294 int snd_ctl_apply_vmaster_followers(struct snd_kcontrol *kctl,
[all …]
A Dsdca_asoc.h35 struct snd_kcontrol_new *kctl);
A Dsdca_function.h1058 struct snd_kcontrol_new *kctl; member
A Dpcm.h1466 struct snd_kcontrol *kctl; member

Completed in 25 milliseconds