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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.c2191 unsigned int def_conf; local
2201 def_conf = snd_hda_codec_read(codec, nid, 0,
2203 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
2205 loc = get_defcfg_location(def_conf);
2206 switch (get_defcfg_device(def_conf)) {
2208 seq = get_defcfg_sequence(def_conf);
2209 assoc = get_defcfg_association(def_conf);
2223 seq = get_defcfg_sequence(def_conf);
2224 assoc = get_defcfg_association(def_conf);
H A Dpatch_cmedia.c72 unsigned int def_conf[NUM_PINS]; member in struct:cmi_spec
H A Dpatch_sigmatel.c1383 unsigned int def_conf; local
1385 def_conf = snd_hda_codec_read(codec,
1390 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)

Completed in 72 milliseconds