codecs_present    104 sound/pci/sis7019.c 	int codecs_present;
codecs_present   1018 sound/pci/sis7019.c 	if (!rc && sis->codecs_present & SIS_PRIMARY_CODEC_PRESENT)
codecs_present   1021 sound/pci/sis7019.c 	if (!rc && (sis->codecs_present & SIS_SECONDARY_CODEC_PRESENT))
codecs_present   1024 sound/pci/sis7019.c 	if (!rc && (sis->codecs_present & SIS_TERTIARY_CODEC_PRESENT))
codecs_present   1110 sound/pci/sis7019.c 	sis->codecs_present = 0;
codecs_present   1115 sound/pci/sis7019.c 			sis->codecs_present |= SIS_PRIMARY_CODEC_PRESENT;
codecs_present   1117 sound/pci/sis7019.c 			sis->codecs_present |= SIS_SECONDARY_CODEC_PRESENT;
codecs_present   1119 sound/pci/sis7019.c 			sis->codecs_present |= SIS_TERTIARY_CODEC_PRESENT;
codecs_present   1121 sound/pci/sis7019.c 		if (sis->codecs_present == codecs)
codecs_present   1129 sound/pci/sis7019.c 	if (!sis->codecs_present) {
codecs_present   1134 sound/pci/sis7019.c 	if (sis->codecs_present != codecs) {
codecs_present   1136 sound/pci/sis7019.c 					 sis->codecs_present, codecs);
codecs_present   1205 sound/pci/sis7019.c 	if (sis->codecs_present & SIS_PRIMARY_CODEC_PRESENT)
codecs_present   1207 sound/pci/sis7019.c 	if (sis->codecs_present & SIS_SECONDARY_CODEC_PRESENT)
codecs_present   1209 sound/pci/sis7019.c 	if (sis->codecs_present & SIS_TERTIARY_CODEC_PRESENT)
codecs_present   1260 sound/pci/sis7019.c 	if (sis->codecs_present & SIS_PRIMARY_CODEC_PRESENT)
codecs_present   1262 sound/pci/sis7019.c 	if (sis->codecs_present & SIS_SECONDARY_CODEC_PRESENT)
codecs_present   1264 sound/pci/sis7019.c 	if (sis->codecs_present & SIS_TERTIARY_CODEC_PRESENT)