Lines Matching defs:ctl_find
2681 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix)
2694 struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix);
2720 kctl1 = ctl_find(ac97, s1, suffix);
2721 kctl2 = ctl_find(ac97, s2, suffix);
2751 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
2752 struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL);
2766 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL)
2778 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL)
2829 struct snd_kcontrol *kctl = ctl_find(ac97, "External Amplifier", NULL);
2858 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
2893 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
2894 struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL);