Home
last modified time | relevance | path

Searched refs:ctl_idx (Results 1 – 3 of 3) sorted by relevance

/sound/usb/
Dmixer_s1810c.c340 u32 ctl_idx = (u32) (kctl->private_value & 0xFF); in snd_s1810c_get_switch_state() local
345 ctl_idx, &private->seqnum); in snd_s1810c_get_switch_state()
387 u32 ctl_idx = pval & 0xFF; in snd_s1810c_switch_get() local
396 switch (ctl_idx) { in snd_s1810c_switch_get()
418 u32 ctl_idx = pval & 0xFF; in snd_s1810c_switch_set() local
428 switch (ctl_idx) { in snd_s1810c_switch_set()
Dmixer_quirks.c3059 u8 ctl_idx = (private_value & SND_DJM_GROUP_MASK) >> SND_DJM_GROUP_SHIFT; in snd_djm_controls_info() local
3065 if (ctl_idx >= device->ncontrols) in snd_djm_controls_info()
3068 ctl = &device->controls[ctl_idx]; in snd_djm_controls_info()
/sound/hda/
Dhdmi_chmap.c762 unsigned int ctl_idx; in hdmi_chmap_ctl_put() local
773 ctl_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in hdmi_chmap_ctl_put()
774 substream = snd_pcm_chmap_substream(info, ctl_idx); in hdmi_chmap_ctl_put()