Re: [PATCH] ASoC: fsl-asoc-card: use integer type for fll_id and pll_id

2023-09-26 Thread Mark Brown
On Wed, 20 Sep 2023 17:43:12 +0800, Shengjiu Wang wrote: > As the pll_id and pll_id can be zero (WM8960_SYSCLK_AUTO) > with the commit 2bbc2df46e67 ("ASoC: wm8960: Make automatic the > default clocking mode") > > Then the machine driver will skip to call set_sysclk() and set_pll() > for codec, whe

[PATCH] ASoC: fsl-asoc-card: use integer type for fll_id and pll_id

2023-09-20 Thread Shengjiu Wang
As the pll_id and pll_id can be zero (WM8960_SYSCLK_AUTO) with the commit 2bbc2df46e67 ("ASoC: wm8960: Make automatic the default clocking mode") Then the machine driver will skip to call set_sysclk() and set_pll() for codec, when the sysclk rate is different with what wm8960 read at probe, the ou