Searched refs:get_wcaps_type (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/sound/pci/hda/ |
D | hda_codec.c | 336 get_wcaps_type(wcaps) != AC_WID_VOL_KNB) { in snd_hda_get_connections() 785 unsigned int wid_type = get_wcaps_type(wcaps); in read_pin_defaults() 837 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in snd_hda_add_pincfg() 1261 type = get_wcaps_type(get_wcaps(codec, nid)); in snd_hda_codec_setup_stream() 1266 get_wcaps_type(get_wcaps(codec, p->nid)) == type) in snd_hda_codec_setup_stream() 3005 unsigned int wid_type = get_wcaps_type(wcaps); in hda_set_power_state() 4463 unsigned int wid_type = get_wcaps_type(wid_caps); in snd_hda_parse_pin_def_config()
|
D | patch_sigmatel.c | 2900 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0])) in get_unassigned_dac() 2908 wtype = get_wcaps_type(wcaps); in get_unassigned_dac() 3421 unsigned int wid_type = get_wcaps_type(wid_caps); in get_connection_index() 3475 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in stac92xx_auto_create_dmic_input_ctls() 3763 int wid_type = get_wcaps_type(wcaps); in stac92xx_parse_auto_config() 5387 wid_type = get_wcaps_type(wid_caps); in stac92hd8x_fill_auto_spec() 5398 wid_type = get_wcaps_type(wid_caps); in stac92hd8x_fill_auto_spec() 5523 (get_wcaps_type(get_wcaps(codec, conn[num_dacs])) in patch_stac92hd83xxx()
|
D | patch_ca0110.c | 462 unsigned int type = get_wcaps_type(wcaps); in parse_input()
|
D | hda_local.h | 477 #define get_wcaps_type(wcaps) (((wcaps) & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT) macro
|
D | hda_proc.c | 600 unsigned int wid_type = get_wcaps_type(wid_caps); in print_codec_info()
|
D | hda_generic.c | 124 node->type = get_wcaps_type(node->wid_caps); in add_new_node()
|
D | patch_conexant.c | 3249 unsigned int type = get_wcaps_type(wcaps); in fill_cx_auto_dacs() 3465 unsigned int type = get_wcaps_type(wcaps); in cx_auto_get_dig_in() 3495 if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) { in cx_auto_parse_beep()
|
D | patch_realtek.c | 486 type = get_wcaps_type(get_wcaps(codec, nid)); in alc_mux_enum_put() 1158 type = get_wcaps_type(get_wcaps(codec, cap_nid)); in alc_mic_automute() 1232 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in set_eapd() 1822 if (get_wcaps_type(wcaps) != AC_WID_AUD_IN) in alc_auto_parse_digital() 5482 if (get_wcaps_type(get_wcaps(codec, cap)) == AC_WID_AUD_MIX) { in select_or_unmute_capsrc() 5593 if (get_wcaps_type(get_wcaps(codec, adc)) != AC_WID_AUD_IN) in fillup_priv_adc_nids() 5726 wcap = get_wcaps_type(wcap); in patch_alc880() 7367 wcap = get_wcaps_type(wcap); in patch_alc260() 10962 if (get_wcaps_type(get_wcaps(codec, 0x07)) == AC_WID_AUD_IN) in alc882_parse_auto_config() 11076 wcap = get_wcaps_type(wcap); in patch_alc882() [all …]
|
D | patch_hdmi.c | 974 type = get_wcaps_type(caps); in hdmi_parse_codec()
|
D | patch_via.c | 2661 type = get_wcaps_type(get_wcaps(codec, nid)); in get_mux_nids()
|