Home
last modified time | relevance | path

Searched refs:DEFAULT_DEVICE (Results 1 - 7 of 7) sorted by relevance

/third_party/pulseaudio/src/modules/
H A 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()
H A 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/backends/backend/
H A Dsnapscan.h61 #define DEFAULT_DEVICE "/dev/scanner" /* Check this if config is missing */ macro
H A Dsnapscan.c720 /* default to DEFAULT_DEVICE instead of insisting on config file */ in sane_init()
724 DEFAULT_DEVICE); in sane_init()
725 status = add_scsi_device (DEFAULT_DEVICE); in sane_init()
/third_party/pulseaudio/src/modules/alsa/
H A 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()
H A 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()
/third_party/pulseaudio/src/modules/oss/
H A 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()

Completed in 27 milliseconds