mbox series

[0/2] ALSA: emu10k1: hide MPU-401 ports for Audigy Rx

Message ID 20241013014714.7686-1-uwu@icenowy.me (mailing list archive)
Headers show
Series ALSA: emu10k1: hide MPU-401 ports for Audigy Rx | expand

Message

Icenowy Zheng Oct. 13, 2024, 1:47 a.m. UTC
The Audigy Rx card HW has no external MIDI ports (either directly on the
card or as an optional breakout), however the current drivers still
create MPU-401 MIDI ports on it, leads to confusion of DAW software.

Hide the MPU-401 MIDI ports for it.

Icenowy Zheng (2):
  ALSA: emu10k1: add a capability bit for no MIDI
  ALSA: emu10k1: hide ext. MIDI ports for Audigy Rx

 include/sound/emu10k1.h          | 1 +
 sound/pci/emu10k1/emu10k1.c      | 4 +++-
 sound/pci/emu10k1/emu10k1_main.c | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)