OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIODEV
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/audio/
audio_if.h
168
#define
AUDIODEV
(x) (minor(x)&0xf0)
170
#define ISDEVSOUND(x) (
AUDIODEV
((x)) == SOUND_DEVICE)
171
#define ISDEVAUDIO(x) (
AUDIODEV
((x)) == AUDIO_DEVICE)
172
#define ISDEVAUDIOCTL(x) (
AUDIODEV
((x)) == AUDIOCTL_DEVICE)
173
#define ISDEVMIXER(x) (
AUDIODEV
((x)) == MIXER_DEVICE)
audio.c
1792
switch (
AUDIODEV
(dev)) {
1837
switch (
AUDIODEV
(dev)) {
1904
switch (
AUDIODEV
(dev)) {
1949
switch (
AUDIODEV
(dev)) {
1991
switch (
AUDIODEV
(dev)) {
2073
switch (
AUDIODEV
(dev)) {
2114
switch (
AUDIODEV
(dev)) {
2162
switch (
AUDIODEV
(dev)) {
2192
device_t
audiodev
= NULL;
local in function:audiobellopen
2201
audiodev
= device_lookup_acquire(&audio_cd, AUDIOUNIT(dev))
[
all
...]
/src/sys/arch/hpcmips/dev/
ucbsnd.c
67
#define
AUDIODEV
(x) (minor(x)&0xf0)
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025