mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-27 14:14:24 +08:00
ALSA: usb-audio: fix typo
fix typo in midi fallback log.
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
Fixes: ff49d1df79
("ALSA: usb-audio: USB MIDI 2.0 UMP support")
Link: https://lore.kernel.org/r/20240124101827.35433-1-jacob@teenage.engineering
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
fcfc9f711d
commit
7c4298534c
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user