Searched refs:snd_hda_get_path_from_idx (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/sound/pci/hda/ |
| D | hda_generic.c | 302 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx) in snd_hda_get_path_from_idx() function 310 EXPORT_SYMBOL_GPL(snd_hda_get_path_from_idx); 500 struct nid_path *path = snd_hda_get_path_from_idx(codec, idx); in invalidate_nid_path() 929 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in resume_path_from_idx() 1146 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in path_has_mixer() 1368 path = snd_hda_get_path_from_idx(codec, path_idx[i]); in try_assign_dacs() 1586 path = snd_hda_get_path_from_idx(codec, spec->out_paths[cfg->line_outs + i]); in fill_multi_ios() 1636 path = snd_hda_get_path_from_idx(codec, path_idx); in check_aamix_out_path() 1677 path = snd_hda_get_path_from_idx(codec, idx); in indep_hp_possible() 1689 path = snd_hda_get_path_from_idx(codec, spec->out_paths[i]); in indep_hp_possible() [all …]
|
| D | patch_analog.c | 770 path = snd_hda_get_path_from_idx(codec, in ad1988_auto_smux_enum_put() 774 path = snd_hda_get_path_from_idx(codec, spec->smux_paths[val]); in ad1988_auto_smux_enum_put() 803 path = snd_hda_get_path_from_idx(codec, spec->smux_paths[i]); in ad1988_auto_init()
|
| D | hda_generic.h | 323 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx);
|
| D | patch_conexant.c | 377 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins() 382 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins()
|