mirror of https://gitee.com/openkylin/linux.git
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:
parent
c2f14ba749
commit
07cb3272af
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue