Searched refs:mts64 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/sound/drivers/
H A DMakefile10 snd-mts64-y := mts64.o
25 obj-$(CONFIG_SND_MTS64) += snd-mts64.o
H A Dmts64.c48 struct mts64 { struct
63 static int snd_mts64_free(struct mts64 *mts)
71 struct mts64 **rchip)
73 struct mts64 *mts;
77 mts = kzalloc(sizeof(struct mts64), GFP_KERNEL);
130 static int mts64_device_open(struct mts64 *mts);
131 static int mts64_device_close(struct mts64 *mts);
143 static void mts64_write_midi(struct mts64 *mts, u8 c, int midiport);
223 static int mts64_device_open(struct mts64 *mts)
237 static int mts64_device_close(struct mts64 *mt
[all...]

Completed in 151 milliseconds