Searched refs:path_idx (Results 1 – 1 of 1) sorted by relevance
/sound/pci/hda/ |
D | hda_generic.c | 933 static void resume_path_from_idx(struct hda_codec *codec, int path_idx) in resume_path_from_idx() argument 935 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in resume_path_from_idx() 1152 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument 1154 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in path_has_mixer() 1367 int *path_idx, in try_assign_dacs() argument 1383 path = snd_hda_get_path_from_idx(codec, path_idx[i]); in try_assign_dacs() 1406 invalidate_nid_path(codec, path_idx[j]); in try_assign_dacs() 1407 path_idx[j] = 0; in try_assign_dacs() 1448 path_idx[i] = snd_hda_get_path_idx(codec, path); in try_assign_dacs() 1610 const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx) in map_singles() argument [all …]
|