OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 03 02:09:57 GMT 2025