OSDN Git Service

ASoC: core - Separate out PCM operations into new file.
authorLiam Girdwood <lrg@ti.com>
Thu, 9 Jun 2011 13:45:53 +0000 (14:45 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 9 Jun 2011 14:07:27 +0000 (15:07 +0100)
commitddee627cf6bb601aa980104fc17d4f84201380be
tree6fac651b4891e65dd4c869fffb672a40933913c1
parentbf564ea99797f6e66796d0d0a24a8fe872d5f26e
ASoC: core - Separate out PCM operations into new file.

In preparation for Dynamic PCM support (AKA DSP support).

There will be future patches that add support to allow PCMs to be dynamically
routed to multiple DAIs at startup and also during stream runtime. This patch
moves the ASoC core PCM operaitions into a new file called soc-pcm.c.  This will
in simplify the ASoC core features into distinct files.

Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/Makefile
sound/soc/soc-core.c
sound/soc/soc-pcm.c [new file with mode: 0644]