diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-11 02:12:43 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-11 02:12:43 -0400 |
commit | 01f2bd48d08c6bbde12d86b66c760612e33e49a9 (patch) | |
tree | e274fa38a8c54fe49e5ff6f742ecb2d20f9e8b00 /sound/pci/hda/patch_realtek.c | |
parent | 22e336b776f743cbabfc5c946bff9ccf7ccc756b (diff) |
ALSA: hda - Add missing models for Realtek codecs
Added the missing descriptions and the model names for Realtek codecs
to the documentation and the config table.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 34f6fb72f2bc..db896121535a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -16184,6 +16184,8 @@ static const char *alc662_models[ALC662_MODEL_LAST] = { | |||
16184 | [ALC663_ASUS_MODE4] = "asus-mode4", | 16184 | [ALC663_ASUS_MODE4] = "asus-mode4", |
16185 | [ALC663_ASUS_MODE5] = "asus-mode5", | 16185 | [ALC663_ASUS_MODE5] = "asus-mode5", |
16186 | [ALC663_ASUS_MODE6] = "asus-mode6", | 16186 | [ALC663_ASUS_MODE6] = "asus-mode6", |
16187 | [ALC272_DELL] = "dell", | ||
16188 | [ALC272_DELL_ZM1] = "dell-zm1", | ||
16187 | [ALC662_AUTO] = "auto", | 16189 | [ALC662_AUTO] = "auto", |
16188 | }; | 16190 | }; |
16189 | 16191 | ||