Hi, here's a pair of patches that fixes SOF HDA driver load on devices that have: - digital mics connected to Intel HDA (so that SOF needs to be used instead of the legacy HDA driver), and - external GPU (internal i915 graphics not enabled) Kai Vehmanen (2): ASoC: intel/skl/hda - add no-HDMI cases to generic HDA driver ASoC: SOF: Intel: hda: allow operation without i915 gfx sound/soc/intel/boards/skl_hda_dsp_common.h | 4 ++++ sound/soc/intel/boards/skl_hda_dsp_generic.c | 25 ++++++++++++++++---- sound/soc/sof/intel/hda-codec.c | 11 ++++++++- sound/soc/sof/intel/hda.c | 22 +++++++---------- 4 files changed, 42 insertions(+), 20 deletions(-) -- 2.17.1