mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
594ddced82
This interface is designed for mixer/control application. To use hwdep interface, the application can get information about firewire node, can lock/unlock kernel streaming and can get notification at starting/stopping kernel streaming. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
4 lines
210 B
Makefile
4 lines
210 B
Makefile
snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \
|
|
fireworks_stream.o fireworks_proc.o fireworks_midi.o \
|
|
fireworks_pcm.o fireworks_hwdep.o fireworks.o
|
|
obj-m += snd-fireworks.o
|