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

Commit 53b26663 authored by Jaroslav Kysela's avatar Jaroslav Kysela
Browse files

[ALSA] opl3sa2 - fixed typo in PnP BIOS IDs (YMF0021 -> YMH0021)



OPL3SA2 driver

Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 1265509c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -146,7 +146,7 @@ static snd_card_t *snd_opl3sa2_legacy[SNDRV_CARDS] = SNDRV_DEFAULT_PTR;
#ifdef CONFIG_PNP
#ifdef CONFIG_PNP


static struct pnp_device_id snd_opl3sa2_pnpbiosids[] = {
static struct pnp_device_id snd_opl3sa2_pnpbiosids[] = {
	{ .id = "YMF0021" },
	{ .id = "YMH0021" },
	{ .id = "NMX2210" },	/* Gateway Solo 2500 */
	{ .id = "NMX2210" },	/* Gateway Solo 2500 */
	{ .id = "" }		/* end */
	{ .id = "" }		/* end */
};
};