Searched refs:def_conf (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_ca0110.c405 unsigned int def_conf; local
411 def_conf = snd_hda_codec_get_pincfg(codec, nid);
412 if (!def_conf)
428 unsigned int def_conf; local
434 def_conf = snd_hda_codec_get_pincfg(codec, nid);
435 if (!def_conf) {
H A Dpatch_sigmatel.c2793 int def_conf = snd_hda_codec_get_pincfg(codec, nid); local
2798 if (!((get_defcfg_connect(def_conf)) & AC_JACK_PORT_FIXED)) {
2857 unsigned int def_conf, pincap; local
2865 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2868 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
3468 unsigned int def_conf; local
3480 def_conf = snd_hda_codec_get_pincfg(codec, spec->dmic_nids[i]);
3481 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
3493 def_conf = snd_hda_codec_get_pincfg(codec, nid);
3494 if (get_defcfg_connect(def_conf)
4080 int def_conf = snd_hda_codec_get_pincfg(codec, nid); local
4368 int pinctl, def_conf; local
5440 unsigned int def_conf; local
[all...]
H A Dhda_codec.c4415 unsigned int def_conf; local
4425 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4426 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
4428 loc = get_defcfg_location(def_conf);
4429 switch (get_defcfg_device(def_conf)) {
4431 seq = get_defcfg_sequence(def_conf);
4432 assoc = get_defcfg_association(def_conf);
4450 seq = get_defcfg_sequence(def_conf);
4451 assoc = get_defcfg_association(def_conf);
4465 seq = get_defcfg_sequence(def_conf);
[all...]
H A Dpatch_via.c582 unsigned def_conf = snd_hda_codec_get_pincfg(codec, nid); local
583 unsigned no_presence = (def_conf & AC_DEFCFG_MISC)
590 && get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)) {
2468 unsigned int def_conf; local
2471 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2472 seqassoc = (unsigned char) get_defcfg_association(def_conf);
2473 seqassoc = (seqassoc << 4) | get_defcfg_sequence(def_conf);
2474 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE
2476 def_conf = def_conf
[all...]
H A Dpatch_cmedia.c71 unsigned int def_conf[NUM_PINS]; member in struct:cmi_spec

Completed in 101 milliseconds