aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/es18xx.c
diff options
context:
space:
mode:
authorRene Herman <rene.herman@gmail.com>2007-08-01 23:50:21 +0200
committerJaroslav Kysela <perex@perex.cz>2007-10-16 15:58:21 +0200
commit4848ffe520b5929acd157025d0969d455da1e57a (patch)
tree33073b6ff6fdb9850de0c71080f77cc3e4581b15 /sound/isa/es18xx.c
parent[ALSA] sound/soc ioremap/iounmap balancing (diff)
downloadlinux-dev-4848ffe520b5929acd157025d0969d455da1e57a.tar.xz
linux-dev-4848ffe520b5929acd157025d0969d455da1e57a.zip
[ALSA] add the ESS1879 pnpbios ID to the es18xx driver
As reported by Troy Heidner, the 'Gateway Solo 5150' laptop (for one) has an onboard ESS1879 that identifies itself through PNPBIOS as just that. He also confirmed that other than not knowing about it, snd-es18xx drives the chip fine, so this adds the ID to the driver. Signed-off-by: Rene Herman <rene.herman@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to '')
-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;
static struct pnp_device_id snd_audiodrive_pnpbiosids[] = {
{ .id = "ESS1869" },
+ { .id = "ESS1879" },
{ .id = "" } /* end */
};