Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d5f6a38d9896614e2e78a82c6cb818721601c52f
Commit:     d5f6a38d9896614e2e78a82c6cb818721601c52f
Parent:     e4f55d8010eacb2669c2a68f195993e4563b94c8
Author:     James Courtier-Dutton <[EMAIL PROTECTED]>
AuthorDate: Sat Nov 25 19:50:11 2006 +0000
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Wed Dec 20 08:56:09 2006 +0100

    [ALSA] snd-ca0106: Fix typos.
    
    
    Signed-off-by: James Courtier-Dutton <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/ca0106/ca0106_main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c
index 881c4ca..f61f052 100644
--- a/sound/pci/ca0106/ca0106_main.c
+++ b/sound/pci/ca0106/ca0106_main.c
@@ -204,7 +204,7 @@ static struct snd_ca0106_details ca0106_chip_details[] = {
          * DAC: WM8768GEDS
          */
         { .serial = 0x10111102,
-          .name   = "Audigy LS [SB0570a]",
+          .name   = "Audigy SE OEM [SB0570a]",
           .gpio_type = 1,
           .i2c_adc = 1,
           .spi_dac = 1 } ,
@@ -1315,7 +1315,7 @@ static int __devinit snd_ca0106_create(int dev, struct 
snd_card *card,
        }
        chip->details = c;
        if (subsystem[dev]) {
-               printk(KERN_INFO "snd-ca0106: Sound card name=%s, 
subsystem=0x%x. Forced to subsytem=0x%x\n",
+               printk(KERN_INFO "snd-ca0106: Sound card name=%s, 
subsystem=0x%x. Forced to subsystem=0x%x\n",
                         c->name, chip->serial, subsystem[dev]);
        }
 
-
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