Home
last modified time | relevance | path

Searched refs:AFMT_CHANNEL_MAX (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dsound.h196 #define AFMT_CHANNEL_MAX 0x7f macro
H A Dchannel.c1067 if (ch < 1 || ch > AFMT_CHANNEL_MAX) in snd_str2afmt()
1073 if (ch < 1 || (ch + ext) > AFMT_CHANNEL_MAX) in snd_str2afmt()
H A Ddsp.c1142 if (*arg_i < 0 || *arg_i > AFMT_CHANNEL_MAX) { in dsp_ioctl()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c153 #define UAUDIO_CHANNELS_MAX MIN(64, AFMT_CHANNEL_MAX)