[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241013014714.7686-3-uwu@icenowy.me>
Date: Sun, 13 Oct 2024 09:47:13 +0800
From: Icenowy Zheng <uwu@...nowy.me>
To: Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>
Cc: Oswald Buddenhagen <oswald.buddenhagen@....de>,
linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org,
Icenowy Zheng <uwu@...nowy.me>
Subject: [PATCH 2/2] ALSA: emu10k1: hide ext. MIDI ports for Audigy Rx
Audigy Rx is a card w/o any external MIDI ports available.
Set the capability bit to hide its MPU-401 ports to prevent confusion.
Signed-off-by: Icenowy Zheng <uwu@...nowy.me>
---
sound/pci/emu10k1/emu10k1_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index 5b8a5ba825bdb..c9240126f78e3 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -947,6 +947,7 @@ static const struct snd_emu_chip_details emu_chip_details[] = {
.id = "Audigy2",
.emu10k2_chip = 1,
.ca0108_chip = 1,
+ .no_midi = 1,
.spk71 = 1,
.adc_1361t = 1, /* 24 bit capture instead of 16bit */
.ac97_chip = 1},
--
2.47.0
Powered by blists - more mailing lists