OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTARG
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libossaudio/
internal.h
39
#define
INTARG
(*(int*)argp)
oss_dsp.c
116
INTARG
= 1;
126
if (
INTARG
== 0) {
133
INTARG
= (tmpinfo.mode == AUMODE_RECORD) ?
142
if (
INTARG
< 1000)
143
INTARG
= 1000;
144
if (
INTARG
> 192000)
145
INTARG
= 192000;
148
tmpinfo.record.sample_rate =
INTARG
;
157
INTARG
= GETPRINFO(&tmpinfo, sample_rate);
162
tmpinfo.record.channels =
INTARG
? 2 : 1
[
all
...]
oss3_mixer.c
130
idat =
INTARG
;
195
idat =
INTARG
;
221
INTARG
= (int)idat;
oss4_mixer.c
262
INTARG
= get_mixer_count();
265
snprintf(devname, sizeof(devname), "/dev/mixer%d",
INTARG
);
268
INTARG
= get_mixer_control_count(newfd) + 1;
Completed in 24 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025