22 Feb
2010
22 Feb
'10
7:59 a.m.
[PATCH 2/3] ASOC: ATMEL: Getting cpu_dai method change
Currently only the atmel driver make use of snd_soc_dai.runtime field. If the dais are to be shared among two or more dai_links, the field must be got rid of. So, in atmel driver reach the substream via dai_link->pcm so as to not depend of snd_soc_dai.runtime field.
Signed-off-by: Jassi Brar jassi.brar@samsung.com --- sound/soc/atmel/atmel-pcm.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-)