Searched refs:def_conf (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_auto_parser.c | 132 unsigned int def_conf; in can_be_headset_mic() local 139 def_conf = snd_hda_codec_get_pincfg(codec, item->pin); in can_be_headset_mic() 140 attr = snd_hda_get_input_pin_attr(def_conf); in can_be_headset_mic() 145 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic() 195 unsigned int def_conf; in snd_hda_parse_pin_defcfg() local 205 def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_parse_pin_defcfg() 206 conn = get_defcfg_connect(def_conf); in snd_hda_parse_pin_defcfg() 209 loc = get_defcfg_location(def_conf); in snd_hda_parse_pin_defcfg() 210 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg() 224 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg() [all …]
|
D | hda_jack.c | 352 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in get_input_jack_type() local 353 switch (get_defcfg_device(def_conf)) { in get_input_jack_type() 419 unsigned int def_conf, conn; in add_jack_kctl() local 426 def_conf = snd_hda_codec_get_pincfg(codec, nid); in add_jack_kctl() 427 conn = get_defcfg_connect(def_conf); in add_jack_kctl()
|
D | patch_via.c | 453 unsigned int def_conf; in vt1708_set_pinconfig_connect() local 456 def_conf = snd_hda_codec_get_pincfg(codec, nid); in vt1708_set_pinconfig_connect() 457 seqassoc = (unsigned char) get_defcfg_association(def_conf); in vt1708_set_pinconfig_connect() 458 seqassoc = (seqassoc << 4) | get_defcfg_sequence(def_conf); in vt1708_set_pinconfig_connect() 459 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE in vt1708_set_pinconfig_connect() 461 def_conf = def_conf & (~(AC_JACK_PORT_BOTH << 30)); in vt1708_set_pinconfig_connect() 462 snd_hda_codec_set_pincfg(codec, nid, def_conf); in vt1708_set_pinconfig_connect()
|
D | patch_cirrus.c | 1002 unsigned int def_conf, coef; in cs4210_pinmux_init() local 1025 def_conf = snd_hda_codec_get_pincfg(codec, CS421X_DMIC_PIN_NID); in cs4210_pinmux_init() 1026 def_conf &= ~AC_DEFCFG_PORT_CONN; in cs4210_pinmux_init() 1027 def_conf |= (AC_JACK_PORT_NONE << AC_DEFCFG_PORT_CONN_SHIFT); in cs4210_pinmux_init() 1028 snd_hda_codec_set_pincfg(codec, CS421X_DMIC_PIN_NID, def_conf); in cs4210_pinmux_init()
|
D | hda_auto_parser.h | 62 int snd_hda_get_input_pin_attr(unsigned int def_conf);
|
D | patch_sigmatel.c | 523 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in stac_init_power_map() local 524 def_conf = get_defcfg_connect(def_conf); in stac_init_power_map() 525 if (def_conf == AC_JACK_PORT_COMPLEX && in stac_init_power_map() 531 if (def_conf == AC_JACK_PORT_NONE) in stac_init_power_map() 822 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]); in has_builtin_speaker() local 823 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT) in has_builtin_speaker()
|
/Linux-v4.19/arch/um/drivers/ |
D | ssl.c | 69 static char *def_conf = CONFIG_SSL_CHAN; variable 172 s = def_conf; in ssl_init() 194 line_setup(conf, NR_PORTS, &def_conf, str, "serial line"); in ssl_chan_setup()
|
D | stdio_console.c | 74 static char *def_conf; variable 171 s = def_conf; in stdio_init() 198 line_setup(vt_conf, MAX_TTYS, &def_conf, str, "console"); in console_chan_setup()
|