OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_seq_create_port
(Results
1 - 7
of
7
) sorted by null
/device/samsung/crespo/alsa-lib/src/seq/
seqmid.c
71
* \sa
snd_seq_create_port
(), snd_seq_delete_simple_port()
88
result =
snd_seq_create_port
(seq, &pinfo);
seq.c
80
For creation of a port, call #
snd_seq_create_port
()
2285
int
snd_seq_create_port
(snd_seq_t *seq, snd_seq_port_info_t * port)
function
[
all
...]
/device/samsung/crespo/alsa-lib/test/
seq-decoder.c
286
if ((err =
snd_seq_create_port
(handle, pinfo)) < 0) {
seq-sender.c
176
if ((err =
snd_seq_create_port
(handle, pinfo)) < 0) {
/device/samsung/crespo/alsa-utils/seq/aplaymidi/
arecordmidi.c
333
err =
snd_seq_create_port
(seq, pinfo);
347
err =
snd_seq_create_port
(seq, pinfo);
aplaymidi.c
175
err =
snd_seq_create_port
(seq, pinfo);
/device/samsung/crespo/alsa-lib/include/
seq.h
299
int
snd_seq_create_port
(snd_seq_t *handle, snd_seq_port_info_t *info);
Completed in 398 milliseconds