ALSA: oxfw: Add hwdep interface
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 8 Dec 2014 15:10:49 +0000 (00:10 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Dec 2014 09:50:00 +0000 (10:50 +0100)
commit8985f4ac1c42bd25799f294f4e87fa73064673c7
tree04f57545162b29abfc8a6b0c2d2833721b4bcc78
parent05588d340a128ff5c7b768c517150e31842a78aa
ALSA: oxfw: Add hwdep interface

This interface is designed for mixer/control application. 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>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/asound.h
include/uapi/sound/firewire.h
sound/firewire/Kconfig
sound/firewire/oxfw/Makefile
sound/firewire/oxfw/oxfw-hwdep.c [new file with mode: 0644]
sound/firewire/oxfw/oxfw-midi.c
sound/firewire/oxfw/oxfw-pcm.c
sound/firewire/oxfw/oxfw-stream.c
sound/firewire/oxfw/oxfw.c
sound/firewire/oxfw/oxfw.h
This page took 0.030947 seconds and 5 git commands to generate.