aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/isa/opl3sa2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/opl3sa2.c b/sound/isa/opl3sa2.c
index c4ebf57b9fc3..bb5406cf0a19 100644
--- a/sound/isa/opl3sa2.c
+++ b/sound/isa/opl3sa2.c
@@ -146,7 +146,7 @@ static snd_card_t *snd_opl3sa2_legacy[SNDRV_CARDS] = SNDRV_DEFAULT_PTR;
146#ifdef CONFIG_PNP 146#ifdef CONFIG_PNP
147 147
148static struct pnp_device_id snd_opl3sa2_pnpbiosids[] = { 148static struct pnp_device_id snd_opl3sa2_pnpbiosids[] = {
149 { .id = "YMF0021" }, 149 { .id = "YMH0021" },
150 { .id = "NMX2210" }, /* Gateway Solo 2500 */ 150 { .id = "NMX2210" }, /* Gateway Solo 2500 */
151 { .id = "" } /* end */ 151 { .id = "" } /* end */
152}; 152};