Skip to content

Commit fa9730b

Browse files
plbossarttiwai
authored andcommitted
ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec
These devices are based on an I2C/I2S device, we need to force the use of the SOF driver otherwise the legacy HDaudio driver will be loaded - only HDMI will be supported. We previously added support for other Intel platforms but missed JasperLake. BugLink: thesofproject#3210 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]> Reviewed-by: Kai Vehmanen <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 83de8f8 commit fa9730b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,15 @@ static const struct config_entry config_table[] = {
299299
},
300300
#endif
301301

302+
/* JasperLake */
303+
#if IS_ENABLED(CONFIG_SND_SOC_SOF_JASPERLAKE)
304+
{
305+
.flags = FLAG_SOF,
306+
.device = 0x4dc8,
307+
.codec_hid = "ESSX8336",
308+
},
309+
#endif
310+
302311
/* Tigerlake */
303312
#if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE)
304313
{

0 commit comments

Comments
 (0)