diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-11-14 06:26:44 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:23 -0500 |
commit | 61dc35de78d2b28e3c28fd7a352ef8c4ff63f42d (patch) | |
tree | 636330b96b4000423da376e38aadc1f272b7040a /sound/pci/hda/patch_realtek.c | |
parent | 66d2a9d659ccc6ecf51d606fea9d1058d357f453 (diff) |
[ALSA] hda-codec - Add model=hp-tc-t5735 for ALC262
Added the missing model string for the new support of HP TC T5735.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |