Lines Matching defs:buf
1515 void *buf = hdspm->playback_buffer;
1517 if (!buf)
1521 memset(buf, 0, n);
1522 buf += HDSPM_CHANNEL_BUFFER_BYTES;
1851 unsigned char buf[128];
1861 if (n_pending > (int)sizeof (buf))
1862 n_pending = sizeof (buf);
1864 to_write = snd_rawmidi_transmit (hmidi->output, buf,
1870 buf[i]);
1880 unsigned char buf[128]; /* this buffer is designed to match the MIDI
1891 if (n_pending > (int)sizeof (buf))
1892 n_pending = sizeof (buf);
1894 buf[i] = snd_hdspm_midi_read_byte (hmidi->hdspm,
1897 snd_rawmidi_receive (hmidi->input, buf,
2057 char buf[64];
2116 snprintf(buf, sizeof(buf), "%s MIDIoverMADI",
2119 snprintf(buf, sizeof(buf), "%s MIDIoverMADI",
2122 snprintf(buf, sizeof(buf), "%s MIDI %d",
2125 err = snd_rawmidi_new(card, buf, id, 1, 1,
2148 snprintf(buf, sizeof(buf), "%s MTC %d",
2150 err = snd_rawmidi_new(card, buf, id, 1, 1,