Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0438a00e64f38b2f655a10167f9f2d9759856069
Commit:     0438a00e64f38b2f655a10167f9f2d9759856069
Parent:     914759b79e28ce74606e99d9f6aaabeec58394ab
Author:     Takashi Iwai <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 6 14:54:11 2007 +0200
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 16:49:06 2007 +0200

    [ALSA] hda-codec - Add missing model names for ALC882 codecs
    
    Added the missing model option strings for ALC882 codecs.
    Also added the corresponding description in ALSA-Configuration.txt.
    
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 Documentation/sound/alsa/ALSA-Configuration.txt |    3 +++
 sound/pci/hda/patch_realtek.c                   |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt 
b/Documentation/sound/alsa/ALSA-Configuration.txt
index b77df39..6b9311b 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -849,6 +849,9 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This 
was removed.
          3stack-dig    3-jack with SPDIF I/O
          6stack-dig    6-jack digital with SPDIF I/O
          arima         Arima W820Di1
+         targa         Targa T8, MSI-1049 T8
+         asus-a7j      ASUS A7J
+         asus-a7m      ASUS A7M
          macpro        MacPro support
          mbp3          Macbook Pro rev3
          imac24        iMac 24'' with jack detection
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 8491b04..f06494a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5585,6 +5585,9 @@ static const char *alc882_models[ALC882_MODEL_LAST] = {
        [ALC882_6ST_DIG]        = "6stack-dig",
        [ALC882_ARIMA]          = "arima",
        [ALC882_W2JC]           = "w2jc",
+       [ALC882_TARGA]          = "targa",
+       [ALC882_ASUS_A7J]       = "asus-a7j",
+       [ALC882_ASUS_A7M]       = "asus-a7m",
        [ALC885_MACPRO]         = "macpro",
        [ALC885_MBP3]           = "mbp3",
        [ALC885_IMAC24]         = "imac24",
-
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