Searched refs:DEFAULT_DEVICE (Results 1 – 5 of 5) sorted by relevance
/third_party/pulseaudio/src/modules/ |
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()
|
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/pulseaudio/src/modules/oss/ |
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()
|
/third_party/pulseaudio/src/modules/alsa/ |
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()
|
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()
|