mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ASoC: pl1022_rdk: Update to modern clocking terminology
As part of moving to remove the old style defines for the bus clocks update the pl1022_rdk driver to use more modern terminology for clocking. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Fabio Estevam <festevam@gmail.com> Link: https://lore.kernel.org/r/20210921213542.31688-16-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
fcd444bf6a
commit
39e178a4cc
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ static int p1022_rdk_probe(struct platform_device *pdev)
|
|||
* only one way to configure the SSI.
|
||||
*/
|
||||
mdata->dai_format = SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM;
|
||||
SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBP_CFP;
|
||||
mdata->codec_clk_direction = SND_SOC_CLOCK_OUT;
|
||||
mdata->cpu_clk_direction = SND_SOC_CLOCK_IN;
|
||||
|
||||
|
|
Loading…
Reference in a new issue