Commit c6e8f2da authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Add missing initialization for ALC272

ALC272 needs EAPD for speaker outputs as well as other similar ALC
codecs.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e8c0ee5d
...@@ -1037,6 +1037,7 @@ static void alc_subsystem_id(struct hda_codec *codec, ...@@ -1037,6 +1037,7 @@ static void alc_subsystem_id(struct hda_codec *codec,
case 0x10ec0267: case 0x10ec0267:
case 0x10ec0268: case 0x10ec0268:
case 0x10ec0269: case 0x10ec0269:
case 0x10ec0272:
case 0x10ec0660: case 0x10ec0660:
case 0x10ec0662: case 0x10ec0662:
case 0x10ec0663: case 0x10ec0663:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment