Re: [PATCH resend] ASoC: simple-card: fix one bug to writing to the platform data

2014-01-14 Thread Mark Brown
On Tue, Jan 14, 2014 at 12:35:32PM +0800, Xiubo Li wrote: > It's a bug that writing to the platform data directly, for it should > be constant. So just copy it before writing. Applied, thanks. signature.asc Description: Digital signature

[PATCH resend] ASoC: simple-card: fix one bug to writing to the platform data

2014-01-13 Thread Xiubo Li
It's a bug that writing to the platform data directly, for it should be constant. So just copy it before writing. Signed-off-by: Xiubo Li --- Resend this patch. sound/soc/generic/simple-card.c | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) di