mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 22:53:55 +08:00
ASoC: davinci-mcasp: Fix debug typo in davinci_mcasp_hw_params()
requred -> required Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
d5902f6936
commit
f5b02b4a2c
@ -620,7 +620,7 @@ static int davinci_mcasp_hw_params(struct snd_pcm_substream *substream,
|
||||
if (mcasp->bclk_master) {
|
||||
unsigned int bclk_freq = snd_soc_params_to_bclk(params);
|
||||
if (mcasp->sysclk_freq % bclk_freq != 0) {
|
||||
dev_err(mcasp->dev, "Can't produce requred BCLK\n");
|
||||
dev_err(mcasp->dev, "Can't produce required BCLK\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
davinci_mcasp_set_clkdiv(
|
||||
|
Loading…
Reference in New Issue
Block a user