Searched refs:snd_hda_find_mixer_ctl (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_local.h135 struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec,
H A Dpatch_cmedia.c346 kctl = snd_hda_find_mixer_ctl(codec, "Capture Source");
H A Dpatch_analog.c228 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
239 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
251 kctl = snd_hda_find_mixer_ctl(codec, "Capture Source");
253 kctl = snd_hda_find_mixer_ctl(codec, "Input Source");
261 kctl = snd_hda_find_mixer_ctl(codec,
H A Dpatch_conexant.c578 !snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
588 !snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
H A Dhda_codec.c1905 * snd_hda_find_mixer_ctl - Find a mixer control element with the given name
1911 struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec, function
1916 EXPORT_SYMBOL_HDA(snd_hda_find_mixer_ctl); variable
2129 for (s = slaves; *s && !snd_hda_find_mixer_ctl(codec, *s); s++)
H A Dpatch_via.c1145 struct snd_kcontrol *ctl = snd_hda_find_mixer_ctl(codec, name);
1920 kctl = snd_hda_find_mixer_ctl(codec, "Input Source");
1932 kctl = snd_hda_find_mixer_ctl(codec, knew->name);
H A Dpatch_sigmatel.c1138 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
1149 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
H A Dpatch_realtek.c2705 !snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
2715 !snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
2724 kctl = snd_hda_find_mixer_ctl(codec, "Capture Source");
2726 kctl = snd_hda_find_mixer_ctl(codec, "Input Source");
2741 kctl = snd_hda_find_mixer_ctl(codec, knew->name);
2756 kctl = snd_hda_find_mixer_ctl(codec, knew->name);

Completed in 316 milliseconds