Home
last modified time | relevance | path

Searched defs:snd_uart16550 (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/sound/drivers/
Dserial-u16550.c105 struct snd_uart16550 { struct
106 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 …]