[PATCH 0/2] Sub-Components support

Ramalingam C ramalingam.c at intel.com
Mon Jan 28 12:08:45 UTC 2019


Extends the component framework to support multiple components for
a device with different subcomponent values. These components can be
matched to two different component masters based on this sub component
value.

I915-Audio interface is modified to adopt this frawework support.

Daniel Vetter (2):
  components: multiple components from a device
  i915/snd_hdac: I915 subcomponent for the snd_hdac

 drivers/base/component.c           | 67 +++++++++++++++++++++++++++++++-------
 drivers/gpu/drm/i915/intel_audio.c |  4 ++-
 include/drm/i915_component.h       |  4 +++
 include/linux/component.h          |  5 +++
 include/sound/hda_component.h      |  4 +--
 sound/hda/hdac_component.c         |  4 +--
 sound/hda/hdac_i915.c              |  6 ++--
 7 files changed, 76 insertions(+), 18 deletions(-)

-- 
2.7.4



More information about the Intel-gfx-trybot mailing list