diff options
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 1 | ||||
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index f34821d6d52a..f5e77c7f9ee8 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -825,6 +825,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
825 | fujitsu Fujitsu Laptop | 825 | fujitsu Fujitsu Laptop |
826 | hp-bpc HP xw4400/6400/8400/9400 laptops | 826 | hp-bpc HP xw4400/6400/8400/9400 laptops |
827 | hp-bpc-d7000 HP BPC D7000 | 827 | hp-bpc-d7000 HP BPC D7000 |
828 | hp-tc-t5735 HP Thin Client T5735 | ||
828 | benq Benq ED8 | 829 | benq Benq ED8 |
829 | benq-t31 Benq T31 | 830 | benq-t31 Benq T31 |
830 | hippo Hippo (ATI) with jack detection, Sony UX-90s | 831 | hippo Hippo (ATI) with jack detection, Sony UX-90s |
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c6c0bdef204c..14c8c01a620f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -8627,6 +8627,7 @@ static const char *alc262_models[ALC262_MODEL_LAST] = { | |||
8627 | [ALC262_FUJITSU] = "fujitsu", | 8627 | [ALC262_FUJITSU] = "fujitsu", |
8628 | [ALC262_HP_BPC] = "hp-bpc", | 8628 | [ALC262_HP_BPC] = "hp-bpc", |
8629 | [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000", | 8629 | [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000", |
8630 | [ALC262_HP_TC_T5735] = "hp-tc-t5735", | ||
8630 | [ALC262_BENQ_ED8] = "benq", | 8631 | [ALC262_BENQ_ED8] = "benq", |
8631 | [ALC262_BENQ_T31] = "benq-t31", | 8632 | [ALC262_BENQ_T31] = "benq-t31", |
8632 | [ALC262_SONY_ASSAMD] = "sony-assamd", | 8633 | [ALC262_SONY_ASSAMD] = "sony-assamd", |