diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-28 18:59:15 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-29 22:07:47 +0300 |
commit | c50fb91f53626e3bdae3ffebfee586786f970f7c (patch) | |
tree | b22892f33dca379202cdffad945c8fb7fb1c8203 /sound/firewire/dice/Makefile | |
parent | 6eb6c81eee2a6270b39ca02a446f3ccece24b6f8 (diff) | |
download | linux-c50fb91f53626e3bdae3ffebfee586786f970f7c.tar.xz |
ALSA: dice: Split PCM functionality into a file
This commit adds a file and move some codes related to PCM functionality.
Currently PCM playback is supported. PCM capture will be supported in followed
commits.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/dice/Makefile b/sound/firewire/dice/Makefile index 867864ca514f..1ddaeca9a137 100644 --- a/sound/firewire/dice/Makefile +++ b/sound/firewire/dice/Makefile @@ -1,2 +1,2 @@ -snd-dice-objs := dice-transaction.o dice-stream.o dice.o +snd-dice-objs := dice-transaction.o dice-stream.o dice-pcm.o dice.o obj-m += snd-dice.o |