[ALSA] hda-codec - Fix a typo

2007-05-11 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d427c77eb2484c37d76b8e157e2b0b82c9b03062
Commit: d427c77eb2484c37d76b8e157e2b0b82c9b03062
Parent: 458a4fabf185d90234225d7e05d81188b4dad9f1
Author: Takashi Iwai [EMAIL PROTECTED]
AuthorDate: Sat May 5 12:19:52 2007 +0200
Committer:  Jaroslav Kysela [EMAIL PROTECTED]
CommitDate: Fri May 11 16:56:17 2007 +0200

[ALSA] hda-codec - Fix a typo

The AMP mute bit is bit 7.  No real influence since no one uses this
definition yet, though...

Signed-off-by: Takashi Iwai [EMAIL PROTECTED]
Signed-off-by: Jaroslav Kysela [EMAIL PROTECTED]
---
 sound/pci/hda/hda_codec.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index c12bc4e..56c26e7 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -233,7 +233,7 @@ enum {
  */
 
 /* Amp gain/mute */
-#define AC_AMP_MUTE(18)
+#define AC_AMP_MUTE(17)
 #define AC_AMP_GAIN(0x7f)
 #define AC_AMP_GET_INDEX   (0xf0)
 
-
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


[ALSA] hda-codec - Fix a typo

2006-12-21 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3bc89529594767b0f894589f6c05b2d9821b6791
Commit: 3bc89529594767b0f894589f6c05b2d9821b6791
Parent: 176546ab562fa696e56d67d4f1ea85851275ebf8
Author: Takashi Iwai [EMAIL PROTECTED]
AuthorDate: Tue Oct 17 20:41:38 2006 +0200
Committer:  Jaroslav Kysela [EMAIL PROTECTED]
CommitDate: Wed Dec 20 08:55:43 2006 +0100

[ALSA] hda-codec - Fix a typo

Fixed a typo in proc file.

Signed-off-by: Takashi Iwai [EMAIL PROTECTED]
Signed-off-by: Jaroslav Kysela [EMAIL PROTECTED]
---
 sound/pci/hda/hda_proc.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c
index d737f17..e695655 100644
--- a/sound/pci/hda/hda_proc.c
+++ b/sound/pci/hda/hda_proc.c
@@ -45,7 +45,7 @@ static const char *get_wid_type_name(unsigned int wid_value)
if (names[wid_value])
return names[wid_value];
else
-   return UNKOWN Widget;
+   return UNKNOWN Widget;
 }
 
 static void print_amp_caps(struct snd_info_buffer *buffer,
-
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