Commit 7c429853 authored by Jacob Siverskog's avatar Jacob Siverskog Committed by Takashi Iwai

ALSA: usb-audio: fix typo

fix typo in midi fallback log.
Signed-off-by: default avatarJacob Siverskog <jacob@teenage.engineering>
Fixes: ff49d1df ("ALSA: usb-audio: USB MIDI 2.0 UMP support")
Link: https://lore.kernel.org/r/20240124101827.35433-1-jacob@teenage.engineeringSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent fcfc9f71
......@@ -1085,7 +1085,7 @@ int snd_usb_midi_v2_create(struct snd_usb_audio *chip,
}
if ((quirk && quirk->type != QUIRK_MIDI_STANDARD_INTERFACE) ||
iface->num_altsetting < 2) {
usb_audio_info(chip, "Quirk or no altest; falling back to MIDI 1.0\n");
usb_audio_info(chip, "Quirk or no altset; falling back to MIDI 1.0\n");
goto fallback_to_midi1;
}
hostif = &iface->altsetting[1];
......
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