Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsoundcard.h1897 #define OSS_MAX_SAMPLE_RATES 20 /* Cannot be changed */ macro
1899 unsigned int rates[OSS_MAX_SAMPLE_RATES]; /* Please read the manual before using these */
/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c2786 if (ai->nrates > OSS_MAX_SAMPLE_RATES) in dsp_oss_audioinfo()
2787 ai->nrates = OSS_MAX_SAMPLE_RATES; in dsp_oss_audioinfo()