diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-06-10 09:31:54 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-10 15:27:32 +0200 |
commit | 20f5e0b36d968326fab3b720035f226113e34ae9 (patch) | |
tree | 834fb3700d9d838d8f9b640b23fa473dd0ec07dd /sound | |
parent | 0a1896b27b030529ec770aefd790544a1bdb7d5a (diff) | |
download | linux-3.10-20f5e0b36d968326fab3b720035f226113e34ae9.tar.gz linux-3.10-20f5e0b36d968326fab3b720035f226113e34ae9.tar.bz2 linux-3.10-20f5e0b36d968326fab3b720035f226113e34ae9.zip |
ALSA: hda - Fix invalid unsol tag for some alc262 model quirks
The tag number was forgotten to be fixed after cleaning up the model
quirks for ALC262 fujitsu and lenovo-3000 models.
Tested-by: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d7007896772..ca211c1cba0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -11924,7 +11924,7 @@ static const struct hda_verb alc262_nec_verbs[] = { * 0x1b = port replicator headphone out */ -#define ALC_HP_EVENT 0x37 +#define ALC_HP_EVENT ALC880_HP_EVENT static const struct hda_verb alc262_fujitsu_unsol_verbs[] = { {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT}, |