20 Jun
2019
20 Jun
'19
5:41 p.m.
On Thu, Jun 20, 2019 at 03:47:08PM +0200, Enric Balletbo i Serra wrote:
According to the datasheet the max98357a also supports 32, 44.1 and 88.2 kHz sample rate. This support was also introduced recently by commit fdf34366d324 ("ASoC: max98357a: add missing supported rates"). This patch adds support for these rates also for the machine driver so we get rid of the errors like the below and we are able to play files using these sample rates.
Does the machine actually need to validate this at all? The component drivers can all apply whatever constraints are needed and do their own validation, the machine driver is just getting in the way here.