Searched refs:snd_hda_activate_path (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
H A D | patch_conexant.c | 394 snd_hda_activate_path(codec, spec->dc_mode_path, false, false); olpc_xo_update_mic_pins() 410 snd_hda_activate_path(codec, path, true, false); olpc_xo_update_mic_pins() 415 snd_hda_activate_path(codec, path, false, false); olpc_xo_update_mic_pins() 430 snd_hda_activate_path(codec, spec->dc_mode_path, true, false); olpc_xo_update_mic_pins()
|
H A D | hda_generic.c | 887 * snd_hda_activate_path - activate or deactivate the given path 895 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path, snd_hda_activate_path() function 920 EXPORT_SYMBOL_GPL(snd_hda_activate_path); variable 953 snd_hda_activate_path(codec, path, path->active, false); resume_path_from_idx() 2321 /* Default value to be passed as aamix argument for snd_hda_activate_path(); 2344 snd_hda_activate_path(codec, path, true, aamix_default(spec)); set_multi_io() 2348 snd_hda_activate_path(codec, path, false, aamix_default(spec)); set_multi_io() 2435 snd_hda_activate_path(codec, nomix_path, false, true); update_aamix_paths() 2436 snd_hda_activate_path(codec, mix_path, true, true); update_aamix_paths() 2439 snd_hda_activate_path(codec, mix_path, false, false); update_aamix_paths() 2440 snd_hda_activate_path(codec, nomix_path, true, false); update_aamix_paths() 2456 snd_hda_activate_path(codec, path, path->active, update_output_paths() 3958 snd_hda_activate_path(codec, old_path, false, false); mux_select() 3973 snd_hda_activate_path(codec, path, true, false); mux_select() 5652 snd_hda_activate_path(codec, path, path->active, set_output_and_unmute() 5703 snd_hda_activate_path(codec, path, path->active, init_multi_io() 5767 snd_hda_activate_path(codec, path, active, false); init_input_src()
|
H A D | hda_generic.h | 319 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path,
|
H A D | patch_analog.c | 783 snd_hda_activate_path(codec, path, false, true); ad1988_auto_smux_enum_put() 786 snd_hda_activate_path(codec, path, true, true); ad1988_auto_smux_enum_put() 815 snd_hda_activate_path(codec, path, path->active, false); ad1988_auto_init()
|
Completed in 247 milliseconds