5 Oct
2020
5 Oct
'20
1:39 p.m.
On Wed, Sep 30, 2020 at 09:11:40PM -0500, Samuel Holland wrote:
The system sample rate programmed into the hardware is really a clock divider from SYSCLK to the ADC and DAC. Since we support two SYSCLK frequencies, we can use all sample rates corresponding to one of those frequencies divided by any available divisor.
This commit enables support for those sample rates. It also stops advertising support for a 64 kHz sample rate, which is not supported.
Signed-off-by: Samuel Holland samuel@sholland.org
Acked-by: Maxime Ripard mripard@kernel.org
Maxime