diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-07-06 12:24:11 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 11:11:45 +0200 |
commit | 0f40502e0b5300a37c4cfc7bf93f84c2702dbbe9 (patch) | |
tree | af69f5b59e187fdf707d247ef5a017612d3535cd /sound | |
parent | cdb0e9a7af3ad34f3f879fda9251039c4cad3403 (diff) | |
download | linux-3.10-0f40502e0b5300a37c4cfc7bf93f84c2702dbbe9.tar.gz linux-3.10-0f40502e0b5300a37c4cfc7bf93f84c2702dbbe9.tar.bz2 linux-3.10-0f40502e0b5300a37c4cfc7bf93f84c2702dbbe9.zip |
[ALSA] hda-codec - Add missing model parameter strings for ALC262
Added the missing model option values for ALC262.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 993b503a053..2f074ba5748 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -7778,7 +7778,8 @@ static const char *alc262_models[ALC262_MODEL_LAST] = { [ALC262_HP_BPC] = "hp-bpc", [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000", [ALC262_BENQ_ED8] = "benq", - [ALC262_BENQ_ED8] = "sony-assamd", + [ALC262_BENQ_T31] = "benq-t31", + [ALC262_SONY_ASSAMD] = "sony-assamd", [ALC262_AUTO] = "auto", }; |