[alsa-devel] [PATCH v4 0/6] sanitize hda/i915 interface using the component fw
Imre Deak
imre.deak at intel.com
Thu Jan 8 16:54:12 CET 2015
This is v4 of [1] addressing the review comments from Takashi and Jani.
[1]
http://lists.freedesktop.org/archives/intel-gfx/2014-December/056992.html
Imre Deak (6):
drm/i915: add dev_to_i915 helper
drm/i915: add component support
ALSA: hda: export struct hda_intel
ALSA: hda: pass intel_hda to all i915 interface functions
ALSA: hda: add component support
drm/i915: remove unused power_well/get_cdclk_freq api
drivers/gpu/drm/i915/i915_dma.c | 4 +
drivers/gpu/drm/i915/i915_drv.c | 9 +-
drivers/gpu/drm/i915/i915_drv.h | 8 ++
drivers/gpu/drm/i915/intel_audio.c | 110 +++++++++++++++++++++++
drivers/gpu/drm/i915/intel_drv.h | 2 +
drivers/gpu/drm/i915/intel_runtime_pm.c | 56 ------------
include/drm/i915_component.h | 38 ++++++++
include/drm/i915_powerwell.h | 37 --------
sound/pci/hda/hda_i915.c | 152 ++++++++++++++++++++++----------
sound/pci/hda/hda_i915.h | 37 --------
sound/pci/hda/hda_intel.c | 60 ++++---------
sound/pci/hda/hda_intel.h | 71 +++++++++++++++
12 files changed, 360 insertions(+), 224 deletions(-)
create mode 100644 include/drm/i915_component.h
delete mode 100644 include/drm/i915_powerwell.h
delete mode 100644 sound/pci/hda/hda_i915.h
create mode 100644 sound/pci/hda/hda_intel.h
--
2.1.0
More information about the Alsa-devel
mailing list