forked from Minki/linux
a113ff886b
This commit adds a support for MIDI capture/playback When MIDI substrams already start streaming and PCM substreams are going to join at different sampling rate, streams are stopped once. Then sampling rate is changed and streams are restarted. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
4 lines
130 B
Makefile
4 lines
130 B
Makefile
snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-midi.o \
|
|
dice-pcm.o dice-hwdep.o dice.o
|
|
obj-m += snd-dice.o
|