Home
last modified time | relevance | path

Searched refs:DEFAULT_DEVICE (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-mmkbd-evdev.c49 #define DEFAULT_DEVICE "/dev/input/event0" macro
190 …if ((u->fd = pa_open_cloexec(pa_modargs_get_value(ma, "device", DEFAULT_DEVICE), O_RDONLY, 0)) < 0… in pa__init()
Dmodule-solaris.c141 #define DEFAULT_DEVICE "/dev/audio" macro
962 u->device_name = pa_xstrdup(pa_modargs_get_value(ma, "device", DEFAULT_DEVICE)); in pa__init()
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c98 #define DEFAULT_DEVICE "/dev/dsp" macro
1239 …if ((fd = pa_oss_open(dev = pa_modargs_get_value(ma, "device", DEFAULT_DEVICE), &mode, &caps)) < 0) in pa__init()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c64 #define DEFAULT_DEVICE "default" macro
2179 pa_modargs_get_value(ma, "device", DEFAULT_DEVICE)); in pa_alsa_source_new()
2241 pa_modargs_get_value(ma, "device", DEFAULT_DEVICE), in pa_alsa_source_new()
Dalsa-sink.c69 #define DEFAULT_DEVICE "default" macro
2488 pa_modargs_get_value(ma, "device", DEFAULT_DEVICE)); in pa_alsa_sink_new()
2550 pa_modargs_get_value(ma, "device", DEFAULT_DEVICE), in pa_alsa_sink_new()