aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdspm.c
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/rme9652/hdspm.c
parentALSA: compress: Use memdup_user() rather than duplicating its implementation (diff)
downloadlinux-dev-07cb3272af7935babe8b421f4070a6e3f26ef59b.tar.xz
linux-dev-07cb3272af7935babe8b421f4070a6e3f26ef59b.zip
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/rme9652/hdspm.c')
-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 a4a999a0317e..0e51a00ada23 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) {