Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 4 of 4) sorted by relevance

/sound/firewire/
Dcmp.h38 int cmp_connection_init(struct cmp_connection *connection,
42 int cmp_connection_check_used(struct cmp_connection *connection, bool *used);
43 void cmp_connection_destroy(struct cmp_connection *connection);
45 int cmp_connection_establish(struct cmp_connection *connection,
47 int cmp_connection_update(struct cmp_connection *connection);
48 void cmp_connection_break(struct cmp_connection *connection);
/sound/drivers/opl3/
Dopl3_midi.c302 unsigned char connection; in snd_opl3_note_on() local
454 connection = fm->feedback_connection[0] & 0x01; in snd_opl3_note_on()
456 connection <<= 1; in snd_opl3_note_on()
457 connection |= fm->feedback_connection[1] & 0x01; in snd_opl3_note_on()
460 switch (connection) { in snd_opl3_note_on()
472 if (connection) in snd_opl3_note_on()
Dopl3_synth.c77 static int snd_opl3_set_connection(struct snd_opl3 * opl3, int connection);
531 if (voice->connection) in snd_opl3_set_voice()
604 static int snd_opl3_set_connection(struct snd_opl3 * opl3, int connection) in snd_opl3_set_connection() argument
612 reg_val = connection & (OPL3_RIGHT_4OP_0 | OPL3_RIGHT_4OP_1 | OPL3_RIGHT_4OP_2 | in snd_opl3_set_connection()
/sound/oss/
Dopl3.c411 int connection; in set_voice_volume() local
423 connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); in set_voice_volume()
425 switch (connection) in set_voice_volume()
889 int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); in opl3_aftertouch() local
891 switch (connection) in opl3_aftertouch()