Searched refs:codecs_present (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/
H A Dsis7019.c94 int codecs_present; member in struct:sis7019
1002 if (!rc && sis->codecs_present & SIS_PRIMARY_CODEC_PRESENT)
1005 if (!rc && (sis->codecs_present & SIS_SECONDARY_CODEC_PRESENT))
1008 if (!rc && (sis->codecs_present & SIS_TERTIARY_CODEC_PRESENT))
1089 sis->codecs_present |= SIS_PRIMARY_CODEC_PRESENT;
1091 sis->codecs_present |= SIS_SECONDARY_CODEC_PRESENT;
1093 sis->codecs_present |= SIS_TERTIARY_CODEC_PRESENT;
1098 if (!sis->codecs_present || !count)
1163 if (sis->codecs_present & SIS_PRIMARY_CODEC_PRESENT)
1165 if (sis->codecs_present
[all...]

Completed in 40 milliseconds