Comment 11 for bug 1915117

Revision history for this message
Chris Chiu (mschiu77) wrote :

According to https://bugzilla.kernel.org/show_bug.cgi?id=201251#c174, the Skylake and Kabylake are not supported yet by SOF. From the 5.11 kernel config, seems it's still true so far.

The Dummy output is caused by the Intel SST driver, remove the CONFIG_SND_SOC_INTEL_KBL in kernel config can get the audio input/output device back. Seems the Intel SST driver error results in the soundcard create failure and that's the root cause for this and #1902457.

One more thing, this SWIFT machine needs to quirk the NID 0x19 and 0x1a to get the headset jack sensing work.

We may need to find out root cause of the soundcard create failure.