Re: [PATCH 1/2] ASoC: intel: atom: Add period size constraint

2020-07-29 Thread Andy Shevchenko
On Wed, Jul 29, 2020 at 07:03:04PM +0800, Brent Lu wrote: > Use constraint to enforce the period sizes which are validated in > Android BSP. > > Signed-off-by: Brent Lu > --- > sound/soc/intel/atom/sst-mfld-platform-pcm.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a

[PATCH 1/2] ASoC: intel: atom: Add period size constraint

2020-07-29 Thread Brent Lu
Use constraint to enforce the period sizes which are validated in Android BSP. Signed-off-by: Brent Lu --- sound/soc/intel/atom/sst-mfld-platform-pcm.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mf