diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-29 00:59:27 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-29 20:22:08 +0100 |
commit | e2786ca648d780d106bd8abca06746eb30d15ee7 (patch) | |
tree | f79f224d43188d2852a5341bb3b5d8c7128cb256 /sound/firewire/oxfw/Makefile | |
parent | 1a4e39c2e5ca2eb494a53ecd73055562f690bca0 (diff) | |
download | linux-e2786ca648d780d106bd8abca06746eb30d15ee7.tar.bz2 |
ALSA: oxfw: Split stream functionality to a new file and add a header file
This is a help for works in followed patches.
And this commit remove 'fw_unit_get()/fw_unit_put()' because these
are called by helper functions in 'snd-firewire-lib'.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/oxfw/Makefile')
-rw-r--r-- | sound/firewire/oxfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/oxfw/Makefile b/sound/firewire/oxfw/Makefile index 9ca49c0fdc40..e15c4c07b49d 100644 --- a/sound/firewire/oxfw/Makefile +++ b/sound/firewire/oxfw/Makefile @@ -1,2 +1,2 @@ -snd-oxfw-objs := oxfw.o +snd-oxfw-objs := oxfw-stream.o oxfw.o obj-m += snd-oxfw.o |