diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-09-06 08:54:11 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:49:06 -0400 |
commit | 0438a00e64f38b2f655a10167f9f2d9759856069 (patch) | |
tree | 0be92a0b10c853b94d84a7b5c425bdf44191917c /sound/pci/hda/patch_realtek.c | |
parent | 914759b79e28ce74606e99d9f6aaabeec58394ab (diff) |
[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 <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 8491b046a9f4..f06494a97761 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] = { | |||
5585 | [ALC882_6ST_DIG] = "6stack-dig", | 5585 | [ALC882_6ST_DIG] = "6stack-dig", |
5586 | [ALC882_ARIMA] = "arima", | 5586 | [ALC882_ARIMA] = "arima", |
5587 | [ALC882_W2JC] = "w2jc", | 5587 | [ALC882_W2JC] = "w2jc", |
5588 | [ALC882_TARGA] = "targa", | ||
5589 | [ALC882_ASUS_A7J] = "asus-a7j", | ||
5590 | [ALC882_ASUS_A7M] = "asus-a7m", | ||
5588 | [ALC885_MACPRO] = "macpro", | 5591 | [ALC885_MACPRO] = "macpro", |
5589 | [ALC885_MBP3] = "mbp3", | 5592 | [ALC885_MBP3] = "mbp3", |
5590 | [ALC885_IMAC24] = "imac24", | 5593 | [ALC885_IMAC24] = "imac24", |