diff options
author | Shengjiu Wang <[email protected]> | 2022-01-05 19:08:03 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-01-06 13:55:54 +0000 |
commit | 320386343451ab6a3577e0ee200dac56a6182944 (patch) | |
tree | 38ea18173d1d7afd05209919438c775514fd97ac /drivers/usb/cdns3/cdns3-imx.c | |
parent | 44125fd5315154c6b8326b5c27646af3b33ba25c (diff) |
ASoC: fsl_asrc: refine the check of available clock divider
According to RM, the clock divider range is from 1 to 8, clock
prescaling ratio may be any power of 2 from 1 to 128.
So the supported divider is not all the value between
1 and 1024, just limited value in that range.
Create table for the supported divder and add function to
check the clock divider is available by comparing with
the table.
Fixes: d0250cf4f2ab ("ASoC: fsl_asrc: Add an option to select internal ratio mode")
Signed-off-by: Shengjiu Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions