Unverified Commit 69f30142 authored by Andrew Kreimer's avatar Andrew Kreimer Committed by Mark Brown
Browse files

ASoC: tlv320aic31xx: Fix typos

parent afe671ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -895,7 +895,7 @@ static int aic31xx_setup_pll(struct snd_soc_component *component,
		dev_err(component->dev,
			"%s: Sample rate (%u) and format not supported\n",
			__func__, params_rate(params));
		/* See bellow for details how fix this. */
		/* See below for details on how to fix this. */
		return -EINVAL;
	}
	if (bclk_score != 0) {