ALSA: msnd: Remove midi code
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 11 May 2025 17:29:57 +0000 (18:29 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 May 2025 07:55:09 +0000 (09:55 +0200)
commit174d966428dec4efcfaabbe6173a854cc2a7c076
tree83ebc88bc6f395d96482af4b16c80a52cedcc789
parentb95a1e89c7550fc0e131f4e1346d5603b9e32a4d
ALSA: msnd: Remove midi code

Nothing calls snd_msndmidi_new()
  thus nothing sets chip->msndmidi_mpu
    The call to snd_msndmidi_input_read is gated on that being set,
    so snd_msndmidi_input_read() won't be called either.

This is probably a missing call to snd_msndmidi_new(), but since
this is ancient code, it's probably best to remove it (especially
since I don't have the hardware to test it).

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://patch.msgid.link/20250511172957.1001583-1-linux@treblig.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/msnd/Makefile
sound/isa/msnd/msnd.h
sound/isa/msnd/msnd_midi.c [deleted file]
sound/isa/msnd/msnd_pinnacle.c