Re: [PATCH v3 0/2] Add period size constraint for Atom Chromebook

2020-08-21 Thread Mark Brown
On Fri, 31 Jul 2020 20:26:03 +0800, Brent Lu wrote: > Two different constraints are implemented: one is in platform's CPU > DAI to enforce the period to be multiple of 1ms to align with firmware > design. The other is in Atom Chromebook's machine driver to use 240 as > period size which is selected

[PATCH v3 0/2] Add period size constraint for Atom Chromebook

2020-07-31 Thread Brent Lu
Two different constraints are implemented: one is in platform's CPU DAI to enforce the period to be multiple of 1ms to align with firmware design. The other is in Atom Chromebook's machine driver to use 240 as period size which is selected by google. Changes since v1: -Add comma at the end of med