mbox series

[0/2] SOF: Intel: hda: allow operation without i915 gfx

Message ID 20200220171028.22023-1-kai.vehmanen@linux.intel.com (mailing list archive)
Headers show
Series SOF: Intel: hda: allow operation without i915 gfx | expand

Message

Kai Vehmanen Feb. 20, 2020, 5:10 p.m. UTC
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(-)