Home
last modified time | relevance | path

Searched refs:OSS_MAX_SAMPLE_RATES (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/sys/
HDsoundcard.h1901 #define OSS_MAX_SAMPLE_RATES 20 /* Cannot be changed */ macro
1903 unsigned int rates[OSS_MAX_SAMPLE_RATES]; /* Please read the manual before using these */
/freebsd-14-stable/sys/dev/sound/pcm/
HDdsp.c2335 if (ai->nrates > OSS_MAX_SAMPLE_RATES) in dsp_oss_engineinfo()
2336 ai->nrates = OSS_MAX_SAMPLE_RATES; in dsp_oss_engineinfo()