Commit 07cb3272 authored by Colin Ian King's avatar Colin Ian King Committed by Takashi Iwai

ALSA: hdspm: fix spelling mistake "Externel" -> "External"

Trivial fix to spelling mistake in dev_warn message.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c2f14ba7
......@@ -1666,7 +1666,7 @@ static int hdspm_set_rate(struct hdspm * hdspm, int rate, int called_internally)
HDSPM_AUTOSYNC_FROM_NONE) {
dev_warn(hdspm->card->dev,
"Detected no Externel Sync\n");
"Detected no External Sync\n");
not_set = 1;
} else if (rate != external_freq) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment