Home
last modified time | relevance | path

Searched defs:snd_device (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dcore.h66 struct snd_device { struct
69 enum snd_device_state state; /* state of the device */ argument
70 enum snd_device_type type; /* device type */ argument
72 const struct snd_device_ops *ops; /* operations */ argument
75 #define snd_device(n) list_entry(n, struct snd_device, list) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dcore.h66 struct snd_device { struct
69 enum snd_device_state state; /* state of the device */ argument
70 enum snd_device_type type; /* device type */ argument
72 const struct snd_device_ops *ops; /* operations */ argument
75 #define snd_device(n) list_entry(n, struct snd_device, list) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dcore.h66 struct snd_device { struct
69 enum snd_device_state state; /* state of the device */ argument
70 enum snd_device_type type; /* device type */ argument
72 const struct snd_device_ops *ops; /* operations */ argument
75 #define snd_device(n) list_entry(n, struct snd_device, list) argument
/dports/sysutils/cdrkit/cdrkit-1.1.11/icedax/
H A Dsndconfig.c80 static char snd_device[200] = SOUND_DEV; variable
/dports/sysutils/xvidcap/xvidcap-1.1.7/src/
H A Djob.h88 char *snd_device; member
/dports/sysutils/genisoimage/cdrkit-1.1.11/icedax/
H A Dsndconfig.c80 static char snd_device[200] = SOUND_DEV; variable
/dports/devel/sunpromake/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/devel/smake/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/games/quakeforge/quakeforge-0.7.2/libs/audio/targets/
H A Dsnd_oss.c87 static cvar_t *snd_device; variable
H A Dsnd_alsa.c60 static cvar_t *snd_device; variable
/dports/devel/sccs/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/devel/schilybase/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/net/rscsi/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/archivers/star/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/sysutils/cdrtools/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/editors/ved/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/sysutils/schilyutils/schily-2021-09-18/cdda2wav/
H A Dsndconfig.c128 static char snd_device[200] = SOUND_DEV; variable
/dports/games/stuntrally/stuntrally-2.6.1/source/sound/
H A DSoundBaseMgr.cpp45 bool SoundBaseMgr::Init(std::string snd_device, bool reverb1) in Init()
H A DSoundMgr.cpp16 bool SoundMgr::Init(std::string snd_device, bool reverb) in Init()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Ddisc_inp.hxx314 discrete_sound_device *snd_device = downcast<discrete_sound_device *>(m_device); in DISCRETE_CLASS_NAME() local
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Ddisc_inp.hxx314 discrete_sound_device *snd_device = downcast<discrete_sound_device *>(m_device); in DISCRETE_CLASS_NAME() local
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dsettings.h135 bool snd_reverb; std::string snd_device; variable