Searched refs:snd_hda_activate_path (Results 1 – 4 of 4) sorted by relevance
/linux/sound/hda/codecs/ |
H A D | conexant.c | 461 snd_hda_activate_path(codec, spec->dc_mode_path, false, false); in olpc_xo_update_mic_pins() 477 snd_hda_activate_path(codec, path, true, false); in olpc_xo_update_mic_pins() 482 snd_hda_activate_path(codec, path, false, false); in olpc_xo_update_mic_pins() 497 snd_hda_activate_path(codec, spec->dc_mode_path, true, false); in olpc_xo_update_mic_pins()
|
H A D | analog.c | 734 snd_hda_activate_path(codec, path, false, true); in ad1988_auto_smux_enum_put() 737 snd_hda_activate_path(codec, path, true, true); in ad1988_auto_smux_enum_put() 768 snd_hda_activate_path(codec, path, path->active, false); in ad_codec_init()
|
H A D | generic.h | 321 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path,
|
H A D | generic.c | 871 * snd_hda_activate_path - activate or deactivate the given path 879 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path, in snd_hda_activate_path() function 904 EXPORT_SYMBOL_GPL(snd_hda_activate_path); 937 snd_hda_activate_path(codec, path, path->active, false); in resume_path_from_idx() 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)); in set_multi_io() 2393 snd_hda_activate_path(codec, path, false, aamix_default(spec)); in set_multi_io() 2480 snd_hda_activate_path(codec, nomix_path, false, true); in update_aamix_paths() 2481 snd_hda_activate_path(codec, mix_path, true, true); in update_aamix_paths() 2484 snd_hda_activate_path(code in update_aamix_paths() [all...] |