diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-28 18:59:16 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-29 22:08:19 +0300 |
commit | 19af57b46dda93b34902739673d5f37d8c6d0d5f (patch) | |
tree | 6eb983feabcefeea8dd0834a4b3caf95ba496995 /sound/firewire/dice/Makefile | |
parent | c50fb91f53626e3bdae3ffebfee586786f970f7c (diff) | |
download | linux-19af57b46dda93b34902739673d5f37d8c6d0d5f.tar.xz |
ALSA: dice: Split hwdep functionality into a file
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>
Diffstat (limited to 'sound/firewire/dice/Makefile')
-rw-r--r-- | sound/firewire/dice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/dice/Makefile b/sound/firewire/dice/Makefile index 1ddaeca9a137..73b0e38803cb 100644 --- a/sound/firewire/dice/Makefile +++ b/sound/firewire/dice/Makefile @@ -1,2 +1,3 @@ -snd-dice-objs := dice-transaction.o dice-stream.o dice-pcm.o dice.o +snd-dice-objs := dice-transaction.o dice-stream.o dice-pcm.o dice-hwdep.o \ + dice.o obj-m += snd-dice.o |