ctl_find
struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix);
kctl1 = ctl_find(ac97, s1, suffix);
kctl2 = ctl_find(ac97, s2, suffix);
struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL);
if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL)
if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL)
struct snd_kcontrol *kctl = ctl_find(ac97, "External Amplifier", NULL);
struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL);