From: Takashi Sakamoto Date: Fri, 28 Nov 2014 15:59:15 +0000 (+0900) Subject: ALSA: dice: Split PCM functionality into a file X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~21^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50fb91f53626e3bdae3ffebfee586786f970f7c;p=pandora-kernel.git 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 Signed-off-by: Takashi Iwai --- 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 Reading git-diff-tree failed