Symbol: snd_hda_activate_path
sound/hda/codecs/analog.c
734
snd_hda_activate_path(codec, path, false, true);
sound/hda/codecs/analog.c
737
snd_hda_activate_path(codec, path, true, true);
sound/hda/codecs/analog.c
767
snd_hda_activate_path(codec, path, path->active, false);
sound/hda/codecs/conexant.c
462
snd_hda_activate_path(codec, spec->dc_mode_path, false, false);
sound/hda/codecs/conexant.c
478
snd_hda_activate_path(codec, path, true, false);
sound/hda/codecs/conexant.c
483
snd_hda_activate_path(codec, path, false, false);
sound/hda/codecs/conexant.c
498
snd_hda_activate_path(codec, spec->dc_mode_path, true, false);
sound/hda/codecs/generic.c
2380
snd_hda_activate_path(codec, path, true, aamix_default(spec));
sound/hda/codecs/generic.c
2384
snd_hda_activate_path(codec, path, false, aamix_default(spec));
sound/hda/codecs/generic.c
2471
snd_hda_activate_path(codec, nomix_path, false, true);
sound/hda/codecs/generic.c
2472
snd_hda_activate_path(codec, mix_path, true, true);
sound/hda/codecs/generic.c
2475
snd_hda_activate_path(codec, mix_path, false, false);
sound/hda/codecs/generic.c
2476
snd_hda_activate_path(codec, nomix_path, true, false);
sound/hda/codecs/generic.c
2492
snd_hda_activate_path(codec, path, path->active,
sound/hda/codecs/generic.c
4097
snd_hda_activate_path(codec, old_path, false, false);
sound/hda/codecs/generic.c
4112
snd_hda_activate_path(codec, path, true, false);
sound/hda/codecs/generic.c
5858
snd_hda_activate_path(codec, path, path->active,
sound/hda/codecs/generic.c
5909
snd_hda_activate_path(codec, path, path->active,
sound/hda/codecs/generic.c
5973
snd_hda_activate_path(codec, path, active, false);
sound/hda/codecs/generic.c
904
EXPORT_SYMBOL_GPL(snd_hda_activate_path);
sound/hda/codecs/generic.c
937
snd_hda_activate_path(codec, path, path->active, false);
sound/hda/codecs/generic.h
321
void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path,