Re: [PATCH 0/4] ASoC: fsl: Add stream names to CPU DAI drivers for DPCM

2014-07-31 Thread Mark Brown
On Wed, Jul 30, 2014 at 11:10:25AM +0800, Nicolin Chen wrote: > DPCM needs extra dapm routes in the machine driver to route audio > between Front-End and Back-End. In order to differ the stream names > in the route map from CODECs, we here add specific stream names to > all Freescale ASoC CPU DAI d

[PATCH 0/4] ASoC: fsl: Add stream names to CPU DAI drivers for DPCM

2014-07-29 Thread Nicolin Chen
DPCM needs extra dapm routes in the machine driver to route audio between Front-End and Back-End. In order to differ the stream names in the route map from CODECs, we here add specific stream names to all Freescale ASoC CPU DAI drivers so that we can implement ASRC via DPCM to each of them. Docume