summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-08-22 12:50:02 +0100
committerTakashi Iwai <tiwai@suse.de>2016-08-22 14:07:10 +0200
commit07cb3272af7935babe8b421f4070a6e3f26ef59b (patch)
tree14bcf5c4d2e94522be808d8d8e87bb72fb047621 /sound/pci
parentc2f14ba749c1ce94aa97c5a84733a89aaaadada4 (diff)
downloadop-kernel-dev-07cb3272af7935babe8b421f4070a6e3f26ef59b.zip
op-kernel-dev-07cb3272af7935babe8b421f4070a6e3f26ef59b.tar.gz
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>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/rme9652/hdspm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index a4a999a..0e51a00 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -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) {
OpenPOWER on IntegriCloud