Searched refs:snd_hda_get_path_idx (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_generic.h | 311 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path);
|
H A D | hda_generic.c | 298 * snd_hda_get_path_idx - get the index number corresponding to the path 306 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path) snd_hda_get_path_idx() function 319 EXPORT_SYMBOL_GPL(snd_hda_get_path_idx); variable 1407 path_idx[i] = snd_hda_get_path_idx(codec, path); try_assign_dacs() 1536 snd_hda_get_path_idx(codec, path); fill_multi_ios() 1591 path_idx[i] = snd_hda_get_path_idx(codec, path); map_singles() 1636 return snd_hda_get_path_idx(codec, path); check_aamix_out_path() 3068 spec->loopback_paths[input_idx] = snd_hda_get_path_idx(codec, path); new_analog_input() 3101 snd_hda_get_path_idx(codec, path); new_analog_input() 3233 snd_hda_get_path_idx(codec, path); parse_capture_source() 3894 spec->digout_paths[i] = snd_hda_get_path_idx(codec, path); parse_digital() 3922 spec->digin_path = snd_hda_get_path_idx(codec, path); for_each_hda_codec_node()
|
H A D | patch_analog.c | 871 spec->smux_paths[i] = snd_hda_get_path_idx(codec, path); ad1988_add_spdif_mux_ctl()
|
Completed in 106 milliseconds