9 Jun
2011
9 Jun
'11
1:34 p.m.
On 09/06/11 11:27, Girdwood, Liam wrote:
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
sound/soc/Makefile | 2 +- sound/soc/soc-core.c | 612 +----------------------------------------------- sound/soc/soc-pcm.c | 645 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 647 insertions(+), 612 deletions(-) create mode 100644 sound/soc/soc-pcm.c
gah, forgot to strip out unused headers. V2 after lunch.
Liam