Searched refs:snd_hda_get_path_idx (Results 1 – 2 of 2) sorted by relevance
/linux/sound/pci/hda/ |
H A D | hda_generic.h | 316 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path);
|
H A D | hda_generic.c | 287 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path) in snd_hda_get_path_idx() function 300 EXPORT_SYMBOL_GPL(snd_hda_get_path_idx); 1452 path_idx[i] = snd_hda_get_path_idx(codec, path); in try_assign_dacs() 1581 snd_hda_get_path_idx(codec, path); in fill_multi_ios() 1636 path_idx[i] = snd_hda_get_path_idx(codec, path); in map_singles() 1681 return snd_hda_get_path_idx(codec, path); in check_aamix_out_path() 3109 spec->loopback_paths[input_idx] = snd_hda_get_path_idx(codec, path); in new_analog_input() 3142 snd_hda_get_path_idx(codec, path); in new_analog_input() 3275 snd_hda_get_path_idx(codec, path); in parse_capture_source() 4044 spec->digout_paths[i] = snd_hda_get_path_idx(codec, path); in parse_digital() [all …]
|