Commit 5396c4bd authored by Colin Ian King's avatar Colin Ian King Committed by Takashi Iwai
Browse files

ALSA: cs46xx: fix spelling mistake "to" -> "too"



There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200123000050.2831088-1-colin.king@canonical.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2928fa0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1293,7 +1293,7 @@ cs46xx_dsp_create_pcm_channel (struct snd_cs46xx * chip,
	if (src_scb == NULL) {
		if (ins->nsrc_scb >= DSP_MAX_SRC_NR) {
			dev_err(chip->card->dev,
				"dsp_spos: to many SRC instances\n!");
				"dsp_spos: too many SRC instances\n!");
			return NULL;
		}