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

Trivial fix to spelling mistake in dev_warn message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Colin Ian King 2016-08-22 12:50:02 +01:00 committed by Takashi Iwai
parent c2f14ba749
commit 07cb3272af
1 changed files with 1 additions and 1 deletions

View File

@ -1666,7 +1666,7 @@ static int hdspm_set_rate(struct hdspm * hdspm, int rate, int called_internally)
HDSPM_AUTOSYNC_FROM_NONE) { HDSPM_AUTOSYNC_FROM_NONE) {
dev_warn(hdspm->card->dev, dev_warn(hdspm->card->dev,
"Detected no Externel Sync\n"); "Detected no External Sync\n");
not_set = 1; not_set = 1;
} else if (rate != external_freq) { } else if (rate != external_freq) {