aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/isa/es18xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/isa/es18xx.c b/sound/isa/es18xx.c
index 816550c2afdc..4a7367a8ff9d 100644
--- a/sound/isa/es18xx.c
+++ b/sound/isa/es18xx.c
@@ -2028,6 +2028,7 @@ static int pnpc_registered;
2028 2028
2029static struct pnp_device_id snd_audiodrive_pnpbiosids[] = { 2029static struct pnp_device_id snd_audiodrive_pnpbiosids[] = {
2030 { .id = "ESS1869" }, 2030 { .id = "ESS1869" },
2031 { .id = "ESS1879" },
2031 { .id = "" } /* end */ 2032 { .id = "" } /* end */
2032}; 2033};
2033 2034