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:
Masanari Iida
2012-11-02 00:28:50 +09:00
committed by Takashi Iwai
parent 16c2e1fae8
commit ec8f53fb69
6 changed files with 6 additions and 6 deletions

View File

@@ -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;