ALSA: hda - Add missing initialization for ALC272
ALC272 needs EAPD for speaker outputs as well as other similar ALC codecs. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e8c0ee5d77
commit
c6e8f2daad
1 changed files with 1 additions and 0 deletions
|
@ -1037,6 +1037,7 @@ static void alc_subsystem_id(struct hda_codec *codec,
|
|||
case 0x10ec0267:
|
||||
case 0x10ec0268:
|
||||
case 0x10ec0269:
|
||||
case 0x10ec0272:
|
||||
case 0x10ec0660:
|
||||
case 0x10ec0662:
|
||||
case 0x10ec0663:
|
||||
|
|
Loading…
Reference in a new issue