diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-11 08:12:43 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-11 08:12:43 +0200 |
commit | 01f2bd48d08c6bbde12d86b66c760612e33e49a9 (patch) | |
tree | e274fa38a8c54fe49e5ff6f742ecb2d20f9e8b00 /sound/pci/hda | |
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')
-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 34f6fb72f2b..db896121535 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] = { [ALC663_ASUS_MODE4] = "asus-mode4", [ALC663_ASUS_MODE5] = "asus-mode5", [ALC663_ASUS_MODE6] = "asus-mode6", + [ALC272_DELL] = "dell", + [ALC272_DELL_ZM1] = "dell-zm1", [ALC662_AUTO] = "auto", }; |