]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8ed9a5b6824ac472f623eec1006abb521ad420a2
tree6fac651b4891e65dd4c869fffb672a40933913c1
parent1daae23be3b5156d334143ea68d007c007aead93
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]