OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_device_type_t
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h
43
typedef int __bitwise
snd_device_type_t
;
typedef
44
#define SNDRV_DEV_TOPLEVEL ((__force
snd_device_type_t
) 0)
45
#define SNDRV_DEV_CONTROL ((__force
snd_device_type_t
) 1)
46
#define SNDRV_DEV_LOWLEVEL_PRE ((__force
snd_device_type_t
) 2)
47
#define SNDRV_DEV_LOWLEVEL_NORMAL ((__force
snd_device_type_t
) 0x1000)
48
#define SNDRV_DEV_PCM ((__force
snd_device_type_t
) 0x1001)
49
#define SNDRV_DEV_RAWMIDI ((__force
snd_device_type_t
) 0x1002)
50
#define SNDRV_DEV_TIMER ((__force
snd_device_type_t
) 0x1003)
51
#define SNDRV_DEV_SEQUENCER ((__force
snd_device_type_t
) 0x1004)
52
#define SNDRV_DEV_HWDEP ((__force
snd_device_type_t
) 0x1005
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h
43
typedef int __bitwise
snd_device_type_t
;
typedef
44
#define SNDRV_DEV_TOPLEVEL ((__force
snd_device_type_t
) 0)
45
#define SNDRV_DEV_CONTROL ((__force
snd_device_type_t
) 1)
46
#define SNDRV_DEV_LOWLEVEL_PRE ((__force
snd_device_type_t
) 2)
47
#define SNDRV_DEV_LOWLEVEL_NORMAL ((__force
snd_device_type_t
) 0x1000)
48
#define SNDRV_DEV_PCM ((__force
snd_device_type_t
) 0x1001)
49
#define SNDRV_DEV_RAWMIDI ((__force
snd_device_type_t
) 0x1002)
50
#define SNDRV_DEV_TIMER ((__force
snd_device_type_t
) 0x1003)
51
#define SNDRV_DEV_SEQUENCER ((__force
snd_device_type_t
) 0x1004)
52
#define SNDRV_DEV_HWDEP ((__force
snd_device_type_t
) 0x1005
[
all
...]
Completed in 638 milliseconds