HomeSort by: relevance | last modified time | path
    Searched defs:neo_formats (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
neo.c 220 static const struct audio_format neo_formats[] = { variable in typeref:typename:const struct audio_format[]
233 #define NEO_NFORMATS __arraycount(neo_formats)
712 return audio_query_format(neo_formats, NEO_NFORMATS, afp);
721 for (i = 0; i < neo_formats[0].frequency_type; i++) {
722 if (sample_rate == neo_formats[0].frequency[i])
727 panic("neo_formats.frequency mismatch?");

Completed in 14 milliseconds