This commit adds a file and move some codes related to hwdep functionality. This interface is designed for mixer/control application. By using hwdep interface, the application can get information about firewire node, can lock/unlock kernel streaming and can get notification at starting/stopping kernel streaming. Additionally, this interface give a way to read Dice notification. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
4 lines
106 B
Makefile
4 lines
106 B
Makefile
snd-dice-objs := dice-transaction.o dice-stream.o dice-pcm.o dice-hwdep.o \
|
|
dice.o
|
|
obj-m += snd-dice.o
|