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

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
...@@ -869,7 +869,7 @@ snd_harmony_mixer_init(struct snd_harmony *h) ...@@ -869,7 +869,7 @@ snd_harmony_mixer_init(struct snd_harmony *h)
int idx, err; int idx, err;
if (snd_BUG_ON(!h)) if (snd_BUG_ON(!h))
reutrn -EINVAL; return -EINVAL;
strcpy(card->mixername, "Harmony Gain control interface"); strcpy(card->mixername, "Harmony Gain control interface");
for (idx = 0; idx < HARMONY_CONTROLS; idx++) { for (idx = 0; idx < HARMONY_CONTROLS; idx++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment