Commit 20f5e0b36d968326fab3b720035f226113e34ae9

Authored by Takashi Iwai
1 parent 0a1896b27b

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/pci/hda/patch_realtek.c
... ... @@ -11924,7 +11924,7 @@
11924 11924 * 0x1b = port replicator headphone out
11925 11925 */
11926 11926  
11927   -#define ALC_HP_EVENT 0x37
  11927 +#define ALC_HP_EVENT ALC880_HP_EVENT
11928 11928  
11929 11929 static const struct hda_verb alc262_fujitsu_unsol_verbs[] = {
11930 11930 {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},