Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4848ffe520b5929acd157025d0969d455da1e57a
Commit:     4848ffe520b5929acd157025d0969d455da1e57a
Parent:     8642a4ba6462e25f709f8899e1b4fd5b8f5d93a4
Author:     Rene Herman <[EMAIL PROTECTED]>
AuthorDate: Wed Aug 1 23:50:21 2007 +0200
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 15:58:21 2007 +0200

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/isa/es18xx.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/isa/es18xx.c b/sound/isa/es18xx.c
index 816550c..4a7367a 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 */
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to