commit | c6ac984059f9c7ccf613fbed812fb0dd3c9565a9 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lrg@ti.com> | Fri Feb 04 22:12:30 2011 +0000 |
committer | Sebastien Guiriec <s-guiriec@ti.com> | Sun Jul 24 21:31:58 2011 +0200 |
tree | e4008e319c6380dc30f29ea37ba7fd8b2aae897f | |
parent | 02184085926c7ea54a499347fb3c9c72089aa2d5 [diff] |
ASoC: core - refactor pcm_new() to pass only rtd In preparation for ASoC DSP support. Currently pcm_new() passes in card, pcm and DAI. Refactor this to only pass in rtd since rtd contains card, pcm and DAI. Struct rtd also contain other members too that are useful to DSPs. Signed-off-by: Liam Girdwood <lrg@ti.com>