]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-motu: add hwdep interface
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 22 Mar 2017 12:30:24 +0000 (21:30 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Mar 2017 10:34:02 +0000 (12:34 +0200)
commit16f4639ccd73af65775854597e9c016951e5eb68
treeb64eeb67394492017bb55b3123ad11a13e7de202
parent3443814b670890e146d6fd82b355a1bbb3399514
ALSA: firewire-motu: add hwdep interface

This commit adds hwdep interface so as the other sound drivers for units
on IEEE 1394 bus 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/motu/Makefile
sound/firewire/motu/motu-hwdep.c [new file with mode: 0644]
sound/firewire/motu/motu-midi.c
sound/firewire/motu/motu-pcm.c
sound/firewire/motu/motu-stream.c
sound/firewire/motu/motu.c
sound/firewire/motu/motu.h