Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42108619 authored by Paul Vojta's avatar Paul Vojta Committed by Jaroslav Kysela
Browse files

[ALSA] nm256 - Add mention of opl3sa2 to a diagnostic message



Adds mention of opl3sa2 driver to a diagnostic message for NeoMagic
nm256 driver.

Signed-off-by: default avatarPaul Vojta <vojta@math.berkeley.edu>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 4700418c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1533,7 +1533,8 @@ snd_nm256_create(struct snd_card *card, struct pci_dev *pci,
				printk(KERN_ERR "  force the driver to load by "
				       "passing in the module parameter\n");
				printk(KERN_ERR "    force_ac97=1\n");
				printk(KERN_ERR "  or try sb16 or cs423x drivers instead.\n");
				printk(KERN_ERR "  or try sb16, opl3sa2, or "
				       "cs423x drivers instead.\n");
				err = -ENXIO;
				goto __error;
			}