Searched refs:snd_hda_get_conn_list (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/sound/pci/hda/ |
D | hda_codec.h | 912 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid,
|
D | patch_realtek.c | 337 num_conns = snd_hda_get_conn_list(codec, nid, NULL); in alc_mux_select() 2736 n = snd_hda_get_conn_list(codec, src, &list); in alc_auto_fill_adc_caps() 2884 int nums = snd_hda_get_conn_list(codec, spec->mixer_nid, NULL); in alc_auto_init_analog_input() 3004 if (snd_hda_get_conn_list(codec, sel, NULL) == 1) in get_dac_if_single() 3213 } else if (snd_hda_get_conn_list(codec, nid, NULL) == 1) { in alc_auto_add_sw_ctl() 3729 int num_conns = snd_hda_get_conn_list(codec, cap, NULL); in alc_remove_invalid_adc_nids() 3853 } else if (snd_hda_get_conn_list(codec, cap, NULL) > 1) { in select_or_unmute_capsrc()
|
D | hda_codec.c | 347 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_conn_list() function 377 EXPORT_SYMBOL_HDA(snd_hda_get_conn_list); 395 int len = snd_hda_get_conn_list(codec, nid, &list); in snd_hda_get_connections()
|
D | patch_via.c | 487 num = snd_hda_get_conn_list(codec, mix_nid, NULL); in activate_output_mix()
|