Searched refs:DEFAULT_DEVICE (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-mmkbd-evdev.c | 49 #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 D | module-solaris.c | 141 #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 D | snapscan.h | 61 #define DEFAULT_DEVICE "/dev/scanner" /* Check this if config is missing */ macro
|
H A D | snapscan.c | 720 /* 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 D | alsa-sink.c | 69 #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 D | alsa-source.c | 64 #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 D | module-oss.c | 98 #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 20 milliseconds