Searched refs:snd_hda_get_path_from_idx (Results 1 – 3 of 3) sorted by relevance
/linux/sound/pci/hda/ |
H A D | hda_generic.c | 308 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx) in snd_hda_get_path_from_idx() function 316 EXPORT_SYMBOL_GPL(snd_hda_get_path_from_idx); 506 struct nid_path *path = snd_hda_get_path_from_idx(codec, idx); in invalidate_nid_path() 935 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in resume_path_from_idx() 1158 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in path_has_mixer() 1387 path = snd_hda_get_path_from_idx(codec, path_idx[i]); in try_assign_dacs() 1605 path = snd_hda_get_path_from_idx(codec, spec->out_paths[cfg->line_outs + i]); in fill_multi_ios() 1655 path = snd_hda_get_path_from_idx(codec, path_idx); in check_aamix_out_path() 1696 path = snd_hda_get_path_from_idx(codec, idx); in indep_hp_possible() 1708 path = snd_hda_get_path_from_idx(codec, spec->out_paths[i]); in indep_hp_possible() [all …]
|
H A D | hda_generic.h | 317 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx);
|
H A D | patch_conexant.c | 485 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins() 490 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins()
|