Skip to content

Commit ae26c08

Browse files
plbossarttiwai
authored andcommitted
ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec
We've added quirks for ESS8336 but missed CML, add quirks for both LP and H versions. BugLink: thesofproject#3248 Fixes: 9d36cea ("ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336 codec") Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent fa9730b commit ae26c08

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@ static const struct config_entry config_table[] = {
252252
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
253253
.device = 0x02c8,
254254
},
255+
{
256+
.flags = FLAG_SOF,
257+
.device = 0x02c8,
258+
.codec_hid = "ESSX8336",
259+
},
255260
/* Cometlake-H */
256261
{
257262
.flags = FLAG_SOF,
@@ -276,6 +281,11 @@ static const struct config_entry config_table[] = {
276281
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
277282
.device = 0x06c8,
278283
},
284+
{
285+
.flags = FLAG_SOF,
286+
.device = 0x06c8,
287+
.codec_hid = "ESSX8336",
288+
},
279289
#endif
280290

281291
/* Icelake */

0 commit comments

Comments
 (0)