[alsa-devel] [PATCH v2] ASoC: fsl_asrc: sound is wrong after suspend/resume
Nicolin Chen
nicoleotsuka at gmail.com
Mon Dec 21 08:05:40 CET 2015
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 at 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
More information about the Alsa-devel
mailing list