Searched refs:stac_get_defcfg_connect (Results 1 - 1 of 1) 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_sigmatel.c5426 static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx) function
5448 def_conf = stac_get_defcfg_connect(codec, idx);
5468 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
5472 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
5474 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)

Completed in 23 milliseconds