]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: fireface: add hwdep interface
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 31 Mar 2017 13:06:11 +0000 (22:06 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Apr 2017 19:31:49 +0000 (21:31 +0200)
commit6ad3faffbb42d82bc4cd68e284c891abc2f8ffcb
tree5c023947956c83b1f27326f89a4039b7e24388e7
parentd39557594f973656dd6aab09c1f9527b25efc226
ALSA: fireface: add hwdep interface

This commit adds hwdep interface so as the other drivers for audio and
music units on IEEE 1394 have.

This interface is designed for mixer/control applications. By using this
interface, an 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>
include/uapi/sound/asound.h
include/uapi/sound/firewire.h
sound/firewire/Kconfig
sound/firewire/fireface/Makefile
sound/firewire/fireface/ff-hwdep.c [new file with mode: 0644]
sound/firewire/fireface/ff-pcm.c
sound/firewire/fireface/ff-stream.c
sound/firewire/fireface/ff.c
sound/firewire/fireface/ff.h