OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIO_MAX_CHANNELS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/audio/
audio_if.h
179
#define
AUDIO_MAX_CHANNELS
12
audiodef.h
153
aint_t freq_prev[
AUDIO_MAX_CHANNELS
]; /* previous values */
154
aint_t freq_curr[
AUDIO_MAX_CHANNELS
]; /* current values */
157
uint16_t ch_volume[
AUDIO_MAX_CHANNELS
];
audio.c
3829
KASSERTMSG(arg->srcfmt->channels <=
AUDIO_MAX_CHANNELS
,
3971
aint_t prev[
AUDIO_MAX_CHANNELS
];
3972
aint_t curr[
AUDIO_MAX_CHANNELS
];
3973
aint_t grad[
AUDIO_MAX_CHANNELS
];
4176
for (int i = 0; i <
AUDIO_MAX_CHANNELS
; i++) {
6669
if (p->channels < 1 || p->channels >
AUDIO_MAX_CHANNELS
)
8333
KASSERTMSG(1 <= fmt->channels && fmt->channels <=
AUDIO_MAX_CHANNELS
,
Completed in 48 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025