Home
last modified time | relevance | path

Searched full:jack (Results 1 - 25 of 273) sorted by relevance

1234567891011

/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c30 #include <jack/jack.h>
31 #include <jack/metadata.h>
32 #include <jack/uuid.h>
49 * Because JACK has a very inflexible event loop management which
51 * we cannot use the JACK real-time thread for dispatching our PA
53 * the PA handling, and have the JACK RT thread request data from it
57 * source support in JACK.
61 PA_MODULE_DESCRIPTION("JACK Sink");
67 "server_name=<jack serve
[all...]
H A Dmodule-jack-source.c30 #include <jack/jack.h>
31 #include <jack/metadata.h>
32 #include <jack/uuid.h>
47 /* See module-jack-sink for a few comments how this module basically
51 PA_MODULE_DESCRIPTION("JACK Source");
57 "server_name=<jack server name> "
58 "client_name=<jack client name> "
111 /* Handle the new block from the JACK thread */ in source_process_msg()
138 * passed since we last handed data to JACK */ in source_process_msg()
[all...]
H A Dmodule-jackdbus-detect.c38 PA_MODULE_DESCRIPTION("Adds JACK sink/source ports when JACK is started");
45 "sink_client_name=<jack client name> "
50 "source_client_name=<jack client name> "
95 "module-jack-sink",
96 "module-jack-source"
/third_party/pulseaudio/src/modules/alsa/
H A Dmodule-alsa-card.c322 pa_alsa_jack *jack; in calc_port_state() local
326 PA_HASHMAP_FOREACH(jack, u->jacks, state) { in calc_port_state()
330 port = pa_hashmap_get(u->card->ports, jack->name); in calc_port_state()
332 if (jack->path) in calc_port_state()
333 port = jack->path->port; in calc_port_state()
341 cpa = jack->plugged_in ? jack->state_plugged : jack->state_unplugged; in calc_port_state()
344 /* If a plugged-in jack causes the availability to go to NO, it in calc_port_state()
347 if (jack in calc_port_state()
378 pa_alsa_jack *jack; report_jack_state() local
650 pa_alsa_jack* jack; init_jacks() local
771 pa_alsa_jack *jack; card_suspend_changed() local
[all...]
H A Dalsa-ucm.c85 static void device_set_jack(pa_alsa_ucm_device *device, pa_alsa_jack *jack);
86 static void device_add_hw_mute_jack(pa_alsa_ucm_device *device, pa_alsa_jack *jack);
350 /* Get the ALSA mixer device for the UCM jack */
1028 pa_alsa_jack *jack, *jack2; in ucm_add_port_combination() local
1048 jack = ucm_get_jack(context->ucm, dev); in ucm_add_port_combination()
1071 if (jack && jack != jack2) in ucm_add_port_combination()
1072 pa_log_warn("Multiple jacks per combined device '%s': '%s' '%s'", name, jack->name, jack2->name); in ucm_add_port_combination()
1073 jack = jack2; in ucm_add_port_combination()
1101 if (jack) in ucm_add_port_combination()
1817 pa_alsa_jack *jack; ucm_create_profile() local
2262 device_set_jack(pa_alsa_ucm_device *device, pa_alsa_jack *jack) device_set_jack() argument
2272 device_add_hw_mute_jack(pa_alsa_ucm_device *device, pa_alsa_jack *jack) device_add_hw_mute_jack() argument
2299 pa_alsa_jack *jack; pa_alsa_ucm_device_update_available() local
[all...]
H A Dalsa-mixer.h186 bool has_control; /* is the jack itself present? */
187 bool plugged_in; /* is this jack currently plugged in? */
188 snd_mixer_elem_t *melem; /* Jack detection handle */
202 void pa_alsa_jack_free(pa_alsa_jack *jack);
203 void pa_alsa_jack_set_has_control(pa_alsa_jack *jack, bool has_control);
204 void pa_alsa_jack_set_plugged_in(pa_alsa_jack *jack, bool plugged_in);
205 void pa_alsa_jack_add_ucm_device(pa_alsa_jack *jack, pa_alsa_ucm_device *device);
206 void pa_alsa_jack_add_ucm_hw_mute_device(pa_alsa_jack *jack, pa_alsa_ucm_device *device);
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
H A Danalog-output-lineout.conf20 [Jack Line Out]
23 [Jack Line Out Phantom]
28 [Jack Front Line Out]
31 [Jack Front Line Out Phantom]
36 [Jack Rear Line Out]
39 [Jack Rear Line Out Phantom]
44 [Jack Line Out Front]
47 [Jack Line Out Front Phantom]
52 [Jack Line Out CLFE]
57 [Jack Lin
[all...]
H A Danalog-output-headphones.conf27 [Jack Dock Headphone]
30 [Jack Dock Headphone Phantom]
35 [Jack Front Headphone]
39 [Jack Front Headphone Front]
42 [Jack Front Headphone Phantom]
47 [Jack Headphone]
50 [Jack Headphone Phantom]
55 # This jack can be either a headphone *or* a mic. Used on some ASUS netbooks.
56 [Jack Headphone Mic]
59 [Jack Headphon
[all...]
H A Danalog-output-speaker.conf27 [Jack Headphone]
31 [Jack Dock Headphone]
35 [Jack Front Headphone]
39 [Jack Line Out]
43 [Jack Line Out Front]
47 [Jack Front Line Out]
51 [Jack Rear Line Out]
55 [Jack Dock Line Out]
59 [Jack Speaker]
62 [Jack Speake
[all...]
H A Danalog-output.conf.common124 ; [Jack ...] # For each jack that we will use for jack detection
125 ; # The name 'Jack Foo' must match ALSA's 'Foo Jack' control.
126 ; required = ignore | any # If not set to ignore, make the path invalid if this jack control is not present.
127 ; required-absent = ignore | any # If not set to ignore, make the path invalid if this jack control is present.
128 ; required-any = ignore | any # If not set to ignore, make the path invalid if no jack controls and no elements with
130 ; state.plugged = yes | no | unknown # Normally a plugged jack would mean the port becomes available, and an unplugged means it's
132 ; append-pcm-to-name = no | yes # Add ",pcm=N" to the jack nam
[all...]
H A Danalog-output-speaker-always.conf28 [Jack Headphone]
32 [Jack Front Headphone]
36 [Jack Line Out]
40 [Jack Line Out Front]
44 [Jack Front Line Out]
48 [Jack Rear Line Out]
52 [Jack Dock Line Out]
73 ; headphones. But it should not hurt if we leave the headphone jack
H A Danalog-input-internal-mic.conf25 [Jack Mic]
29 [Jack Dock Mic]
33 [Jack Front Mic]
37 [Jack Rear Mic]
41 [Jack Internal Mic Phantom]
H A Danalog-input-linein.conf23 [Jack Line]
26 [Jack Line Phantom]
31 [Jack Line - Input]
139 [Element Mic Jack Mode]
142 [Option Mic Jack Mode:Line In]
H A Danalog-input-headset-mic.conf24 [Jack Headset Mic]
27 [Jack Headset Mic Phantom]
32 [Jack Headphone]
35 [Jack Front Headphone]
38 [Jack Headphone Mic]
H A Danalog-input-internal-mic-always.conf25 [Jack Mic]
29 [Jack Dock Mic]
33 [Jack Front Mic]
37 [Jack Rear Mic]
/third_party/ffmpeg/libavdevice/
H A Djack.c2 * JACK Audio Connection Kit input device
25 #include <jack/jack.h>
96 /* Copy and interleave audio data from the JACK buffer into the packet */ in process_callback()
154 /* Register as a JACK client, using the context url as client name. */ in start_jack()
157 av_log(context, AV_LOG_ERROR, "Unable to register as a JACK client\n"); in start_jack()
169 /* Register JACK ports */ in start_jack()
184 /* Register JACK callbacks */ in start_jack()
270 /* Activate the JACK client on first packet read. Activating the JACK clien in audio_read_packet()
[all...]
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/
H A Darkts-no-intersection-types-3-error.ets30 const jack: PersonLogger = {
31 name: "Jack",
36 jack.log(`${jack.name} is ${jack.age} years old.`); // Jack is 32 years old
H A Darkts-no-intersection-types-4-ok.ets28 const jack: PersonLogger = {
29 name: "Jack",
34 jack.log(`${jack.name} is ${jack.age} years old.`)
/third_party/protobuf/examples/
H A Dlist_people_test.go48 Name: "Jack Doe",
50 Email: "jack@example.com",
56 Name: "Jack Buck",
82 Name: Jack Doe
83 E-mail address: jack@example.com
86 Name: Jack Buck
/third_party/python/Mac/PythonLauncher/English.lproj/
H A DCredits.rtf8 Jack Jansen\
13 Jack Jansen\
18 Jack Jansen\
/third_party/backends/backend/
H A Dmustek_usb2_high.c5 Author:Jack Roy 2005.5.24
191 Author: Jack Date: 2005/05/13
251 Author: Jack Date: 2005/05/13
279 Author: Jack Date: 2005/05/13
334 Author: Jack Date: 2005/05/13
377 Author: Jack Date: 2005/05/13
466 Author: Jack Date: 2005/05/15
624 Author: Jack Date: 2005/05/15
745 Author: Jack Date: 2005/05/15
786 Author: Jack Dat
[all...]
/third_party/alsa-utils/bat/tests/asound_state/
H A Dasound.state.Broadwell4 name 'HDMI/DP,pcm=3 Jack'
65 name 'HDMI/DP,pcm=7 Jack'
130 name 'HDMI/DP,pcm=8 Jack'
363 name 'Mic Jack'
373 name 'Headphone Jack'
H A Dasound.state.Skylake113 name 'Mic Jack'
123 name 'Headphone Jack'
157 name 'HDMI/DP,pcm=3 Jack'
218 name 'HDMI/DP,pcm=7 Jack'
283 name 'HDMI/DP,pcm=8 Jack'
H A Dasound.state.Haswell4 name 'HDMI/DP,pcm=3 Jack'
65 name 'HDMI/DP,pcm=7 Jack'
256 name 'Mic Jack'
266 name 'Internal Mic Phantom Jack'
276 name 'Headphone Jack'
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js6 exports.jack = exports.Jack = exports.isConfigOption = exports.isConfigType = void 0;
244 * Class returned by the {@link jack} function and all configuration
247 class Jack {
265 // fields returns `this as Jack<C & { ...newConfigs }>`
513 * fields on each one, or Jack won't know how to define them.
810 return `Jack ${(0, node_util_1.inspect)(this.toJSON(), options)}`;
813 exports.Jack = Jack;
846 * Main entry point. Create and return a {@link Jack} objec
[all...]

Completed in 12 milliseconds

1234567891011