You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[ALSA] Remove sequencer instrument layer
Remove sequencer instrument layer from the tree. This mechanism hasn't been used much with the actual devices. The only reasonable user was OPL3 loader, and now it was rewritten to use hwdep instead. So, let's remove the rest of rotten codes. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
committed by
Jaroslav Kysela
parent
05c1afe75f
commit
e5723b41ab
@@ -155,13 +155,6 @@ static int __devinit snd_trident_probe(struct pci_dev *pci,
|
||||
return err;
|
||||
}
|
||||
|
||||
#if defined(CONFIG_SND_SEQUENCER) || (defined(MODULE) && defined(CONFIG_SND_SEQUENCER_MODULE))
|
||||
if ((err = snd_trident_attach_synthesizer(trident)) < 0) {
|
||||
snd_card_free(card);
|
||||
return err;
|
||||
}
|
||||
#endif
|
||||
|
||||
snd_trident_create_gameport(trident);
|
||||
|
||||
if ((err = snd_card_register(card)) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user