[alsa-devel] [PATCH] ASoC: core - Separate out PCM operations into new file.

Liam Girdwood lrg at ti.com
Thu Jun 9 12:34:14 CEST 2011


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 at 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
 



More information about the Alsa-devel mailing list