Skip to content

Commit 986f587

Browse files
plbossartranj063
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: #3248 Fixes: 9d36cea ("ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336 codec") Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 5bc2e92 commit 986f587

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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)