diff options
Diffstat (limited to 'sound/pci')
-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 993b503a0538..2f074ba57480 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] = { | |||
7778 | [ALC262_HP_BPC] = "hp-bpc", | 7778 | [ALC262_HP_BPC] = "hp-bpc", |
7779 | [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000", | 7779 | [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000", |
7780 | [ALC262_BENQ_ED8] = "benq", | 7780 | [ALC262_BENQ_ED8] = "benq", |
7781 | [ALC262_BENQ_ED8] = "sony-assamd", | 7781 | [ALC262_BENQ_T31] = "benq-t31", |
7782 | [ALC262_SONY_ASSAMD] = "sony-assamd", | ||
7782 | [ALC262_AUTO] = "auto", | 7783 | [ALC262_AUTO] = "auto", |
7783 | }; | 7784 | }; |
7784 | 7785 | ||