ALSA: Fix typo in drivers sound
Correct spelling typo in debug messages within drivers/sound Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

committed by
Takashi Iwai

parent
16c2e1fae8
commit
ec8f53fb69
@@ -763,7 +763,7 @@ static int cs42l52_set_sysclk(struct snd_soc_dai *codec_dai,
|
||||
if ((freq >= CS42L52_MIN_CLK) && (freq <= CS42L52_MAX_CLK)) {
|
||||
cs42l52->sysclk = freq;
|
||||
} else {
|
||||
dev_err(codec->dev, "Invalid freq paramter\n");
|
||||
dev_err(codec->dev, "Invalid freq parameter\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user