Searched refs:snd_device_type_t (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dcore.h43 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)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/
H A Daoa.h121 extern int aoa_snd_device_new(snd_device_type_t type,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-alsa.c62 int aoa_snd_device_new(snd_device_type_t type,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Ddevice.c44 int snd_device_new(struct snd_card *card, snd_device_type_t type,

Completed in 25 milliseconds