21 Dec
2015
21 Dec
'15
8:05 a.m.
On Fri, Dec 18, 2015 at 04:58:18PM +0800, Zidan Wang wrote:
The register ASRCFG is volatile, but some bits need to be recovered after suspend/resume.
Signed-off-by: Zidan Wang zidan.wang@freescale.com
You may send an extra version with my ack after the following change:
@@ -453,6 +457,8 @@ struct fsl_asrc {
int asrc_rate; int asrc_width;
- u32 regcache_cfg;
};
Please add a comment after: 435 * @asrc_rate: default sample rate for ASoC Back-Ends 436 * @asrc_width: default sample width for ASoC Back-Ends
Thank you