linux/sound/isa/msnd
Dr. David Alan Gilbert 174d966428 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>
2025-05-12 09:55:09 +02:00
..
Makefile ALSA: msnd: Remove midi code 2025-05-12 09:55:09 +02:00
msnd.c ALSA: msnd: Use standard print API 2024-08-08 07:49:41 +02:00
msnd.h ALSA: msnd: Remove midi code 2025-05-12 09:55:09 +02:00
msnd_classic.c
msnd_classic.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 2019-05-24 17:36:45 +02:00
msnd_pinnacle.c ALSA: msnd: Remove midi code 2025-05-12 09:55:09 +02:00
msnd_pinnacle.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 2019-05-24 17:36:45 +02:00
msnd_pinnacle_mixer.c ALSA: Use fallthrough pseudo-keyword 2020-07-09 13:01:29 +02:00