Skip to content

Commit 7c42985

Browse files
jsiverskogtiwai
authored andcommitted
ALSA: usb-audio: fix typo
fix typo in midi fallback log. Signed-off-by: Jacob Siverskog <[email protected]> Fixes: ff49d1d ("ALSA: usb-audio: USB MIDI 2.0 UMP support") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent fcfc9f7 commit 7c42985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/usb/midi2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ int snd_usb_midi_v2_create(struct snd_usb_audio *chip,
10851085
}
10861086
if ((quirk && quirk->type != QUIRK_MIDI_STANDARD_INTERFACE) ||
10871087
iface->num_altsetting < 2) {
1088-
usb_audio_info(chip, "Quirk or no altest; falling back to MIDI 1.0\n");
1088+
usb_audio_info(chip, "Quirk or no altset; falling back to MIDI 1.0\n");
10891089
goto fallback_to_midi1;
10901090
}
10911091
hostif = &iface->altsetting[1];

0 commit comments

Comments
 (0)