Searched refs:snd_hda_activate_path (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_generic.h322 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path,
H A Dpatch_conexant.c487 snd_hda_activate_path(codec, spec->dc_mode_path, false, false);
503 snd_hda_activate_path(codec, path, true, false);
508 snd_hda_activate_path(codec, path, false, false);
523 snd_hda_activate_path(codec, spec->dc_mode_path, true, false);
H A Dpatch_analog.c762 snd_hda_activate_path(codec, path, false, true);
765 snd_hda_activate_path(codec, path, true, true);
794 snd_hda_activate_path(codec, path, path->active, false);
H A Dhda_generic.c871 * snd_hda_activate_path - activate or deactivate the given path
879 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path, function
904 EXPORT_SYMBOL_GPL(snd_hda_activate_path); variable
937 snd_hda_activate_path(codec, path, path->active, false);
2366 /* Default value to be passed as aamix argument for snd_hda_activate_path();
2389 snd_hda_activate_path(codec, path, true, aamix_default(spec));
2393 snd_hda_activate_path(codec, path, false, aamix_default(spec));
2480 snd_hda_activate_path(codec, nomix_path, false, true);
2481 snd_hda_activate_path(codec, mix_path, true, true);
2484 snd_hda_activate_path(code
[all...]

Completed in 507 milliseconds