Searched refs:snd_ctl_get_ioffnum (Results 1 – 2 of 2) sorted by relevance
/linux/include/sound/ |
H A D | control.h | 186 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *i… in snd_ctl_get_ioffnum() function 201 return snd_ctl_get_ioffnum(kctl, id); in snd_ctl_get_ioff()
|
/linux/sound/pci/trident/ |
H A D | trident_main.c | 2622 struct snd_trident_pcm_mixer *mix = &trident->pcm_mixer[snd_ctl_get_ioffnum(kcontrol, &ucontrol->id)]; in snd_trident_pcm_vol_control_get() 2636 struct snd_trident_pcm_mixer *mix = &trident->pcm_mixer[snd_ctl_get_ioffnum(kcontrol, &ucontrol->id)]; in snd_trident_pcm_vol_control_put() 2686 struct snd_trident_pcm_mixer *mix = &trident->pcm_mixer[snd_ctl_get_ioffnum(kcontrol, &ucontrol->id)]; in snd_trident_pcm_pan_control_get() 2701 struct snd_trident_pcm_mixer *mix = &trident->pcm_mixer[snd_ctl_get_ioffnum(kcontrol, &ucontrol->id)]; in snd_trident_pcm_pan_control_put() 2749 struct snd_trident_pcm_mixer *mix = &trident->pcm_mixer[snd_ctl_get_ioffnum(kcontrol, &ucontrol->id)]; in snd_trident_pcm_rvol_control_get() 2759 struct snd_trident_pcm_mixer *mix = &trident->pcm_mixer[snd_ctl_get_ioffnum(kcontrol, &ucontrol->id)]; in snd_trident_pcm_rvol_control_put() 2807 struct snd_trident_pcm_mixer *mix = &trident->pcm_mixer[snd_ctl_get_ioffnum(kcontrol, &ucontrol->id)]; in snd_trident_pcm_cvol_control_get() 2817 struct snd_trident_pcm_mixer *mix = &trident->pcm_mixer[snd_ctl_get_ioffnum(kcontrol, &ucontrol->id)]; in snd_trident_pcm_cvol_control_put()
|