oryp6: Enable DMIC microphone on ALC1220

This commit is contained in:
Jeremy Soller
2020-06-26 11:32:51 -06:00
committed by Jeremy Soller
parent 8e7ffe4952
commit 264f4cd55b

View File

@@ -24,7 +24,11 @@ const u32 cim_verb_data[] = {
AZALIA_PIN_CFG(0, 0x1e, 0x04451150),
};
const u32 pc_beep_verbs[] = {};
const u32 pc_beep_verbs[] = {
// Enable DMIC microphone on ALC1220
0x02050036,
0x02042a6a,
};
AZALIA_ARRAY_SIZES;