+++ b/sound/pci/emu10k1/emu10k1.cseems like excess verbosity. there are much more important things that
@@ -133,7 +133,9 @@ static int snd_card_emu10k1_probe(struct pci_dev *pci,
if (err < 0)
return err;
}
- if (emu->audigy) {
+ if (emu->card_capabilities->no_midi) {
+ dev_info(emu->card->dev, "Card has no ext. MIDI ports.\n");
+ } else if (emu->audigy) {i would eliminate that, and instead populate the card table properly.