Searched refs:nid_path (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_generic.h | 43 struct nid_path { struct 309 struct nid_path *snd_hda_get_nid_path(struct hda_codec *codec, 311 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path); 312 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx); 315 struct nid_path *path); 316 struct nid_path * 319 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path,
|
D | hda_generic.c | 52 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); in snd_hda_gen_spec_init() 254 static bool is_nid_contained(struct nid_path *path, hda_nid_t nid) in is_nid_contained() 259 static struct nid_path *get_nid_path(struct hda_codec *codec, in get_nid_path() 267 struct nid_path *path = snd_array_elem(&spec->paths, i); in get_nid_path() 290 struct nid_path *snd_hda_get_nid_path(struct hda_codec *codec, in snd_hda_get_nid_path() 306 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path) in snd_hda_get_path_idx() 309 struct nid_path *array = spec->paths.list; in snd_hda_get_path_idx() 327 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx) in snd_hda_get_path_from_idx() 344 struct nid_path *path = snd_array_elem(&spec->paths, i); in is_dac_already_used() 371 struct nid_path *path = snd_array_elem(&spec->paths, i); in is_ctl_used() [all …]
|
D | patch_analog.c | 771 struct nid_path *path; in ad1988_auto_smux_enum_put() 812 struct nid_path *path; in ad1988_auto_init() 828 static struct nid_path fake_paths[4] = { in ad1988_add_spdif_mux_ctl() 865 struct nid_path *path = snd_array_new(&spec->gen.paths); in ad1988_add_spdif_mux_ctl()
|
D | patch_conexant.c | 54 struct nid_path *dc_mode_path; 384 struct nid_path *path; in olpc_xo_update_mic_pins()
|