Searched defs:snd_uart16550 (Results 1 – 1 of 1) sorted by relevance
105 struct snd_uart16550 { struct106 struct snd_card *card;107 struct snd_rawmidi *rmidi;108 struct snd_rawmidi_substream *midi_output[SNDRV_SERIAL_MAX_OUTS];109 struct snd_rawmidi_substream *midi_input[SNDRV_SERIAL_MAX_INS];111 int filemode; /* open status of file */113 spinlock_t open_lock;115 int irq;117 unsigned long base;119 unsigned int speed;[all …]