Re: [PATCH] ASoC: fsl_sai: Initialize with software reset

2014-08-07 Thread Mark Brown
On Tue, Aug 05, 2014 at 05:20:21PM +0800, Nicolin Chen wrote: > This patch adds software reset code in dai_probe() so as to make a true init > by clearing SAI's internal logic, including the bit clock generation, status > flags, and FIFO pointers. Applied, thanks. signature.asc Description: Digi

[PATCH] ASoC: fsl_sai: Initialize with software reset

2014-08-05 Thread Nicolin Chen
This patch adds software reset code in dai_probe() so as to make a true init by clearing SAI's internal logic, including the bit clock generation, status flags, and FIFO pointers. Signed-off-by: Nicolin Chen --- sound/soc/fsl/fsl_sai.c | 9 +++-- sound/soc/fsl/fsl_sai.h | 1 + 2 files change