Re: [PATCH 12/25] ASoC: sun8i-codec: Program the correct word size

2020-10-05 Thread Maxime Ripard
On Wed, Sep 30, 2020 at 09:11:35PM -0500, Samuel Holland wrote: > The hardware supports 8 to 24-bit word sizes on all three of its DAIs, > only one of which is connected to the CPU DAI. Program the word size > based on the actual selected format, instead of relying on limitations > in another

[PATCH 12/25] ASoC: sun8i-codec: Program the correct word size

2020-09-30 Thread Samuel Holland
The hardware supports 8 to 24-bit word sizes on all three of its DAIs, only one of which is connected to the CPU DAI. Program the word size based on the actual selected format, instead of relying on limitations in another driver (which, incedentally, has patches pending to remove that limitation).