Home
last modified time | relevance | path

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

/linux-4.4.14/sound/usb/
Dmidi.c1090 static int substream_open(struct snd_rawmidi_substream *substream, int dir, in substream_open() function
1156 return substream_open(substream, 0, 1); in snd_usbmidi_output_open()
1161 return substream_open(substream, 0, 0); in snd_usbmidi_output_close()
1216 return substream_open(substream, 1, 1); in snd_usbmidi_input_open()
1221 return substream_open(substream, 1, 0); in snd_usbmidi_input_close()