projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcfc9f7
)
ALSA: usb-audio: fix typo
author
Jacob Siverskog
<jacob@teenage.engineering>
Wed, 24 Jan 2024 10:18:24 +0000
(11:18 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 24 Jan 2024 13:40:47 +0000
(14:40 +0100)
fix typo in midi fallback log.
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
Fixes: ff49d1df79ae ("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>
sound/usb/midi2.c
patch
|
blob
|
history
diff --git
a/sound/usb/midi2.c
b/sound/usb/midi2.c
index 1ec177fe284eddd7eb431d56083e82886c858550..820d3e4b672ab603b6f2cb91ba95d12b60d519f5 100644
(file)
--- a/
sound/usb/midi2.c
+++ b/
sound/usb/midi2.c
@@
-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 alt
es
t; falling back to MIDI 1.0\n");
+ usb_audio_info(chip, "Quirk or no alt
se
t; falling back to MIDI 1.0\n");
goto fallback_to_midi1;
}
hostif = &iface->altsetting[1];