Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c86a456b authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

ALSA: harmony - fix a typo



Fix a typo in the patch to remove snd_assert().

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 631e8ad4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -869,7 +869,7 @@ snd_harmony_mixer_init(struct snd_harmony *h)
	int idx, err;

	if (snd_BUG_ON(!h))
		reutrn -EINVAL;
		return -EINVAL;
	strcpy(card->mixername, "Harmony Gain control interface");

	for (idx = 0; idx < HARMONY_CONTROLS; idx++) {