On 2016-06-15 04:54 AM, seng.kai....@intel.com wrote:
From: "SengKai,Tan" <seng.kai....@intel.com>

The patches are to backport Intel Broxton / Apollo Lake patches that are 
available in the mainline Linux kernel.

These patch are the move in as for the preparation to Migrate to cAVS1.5 code 
base for Intel Broxton/Apollo Lake Silicon.

These patch are targeted to merge into linux-yocto-4.1 on standard/base branch.

Please review and provide feedback if any.

These applied cleanly to my 4.1 tree, they are now staged.

Bruce


Jeeja KP (1):
   ALSA: hda - moved alloc/free stream pages function to controller
     library

SengKai,Tan (1):
   Revert "ALSA: hda - fix number of devices query on hotplug"

Takashi Iwai (5):
   ALSA: hda - Handle error from get_response bus ops directly
   ALSA: hda - Add the controller helper codes to hda-core module
   ALSA: hda - Add DSP loader to core library code
   ALSA: hda - Merge codec and controller helpers
   ALSA: hda - Move send_cmd / get_response to hdac_bus_ops

  include/sound/hda_register.h   | 152 ++++++++++
  include/sound/hdaudio.h        | 273 ++++++++++++++++-
  sound/hda/Kconfig              |   3 +
  sound/hda/Makefile             |   2 +-
  sound/hda/hdac_bus.c           |  20 +-
  sound/hda/hdac_controller.c    | 507 ++++++++++++++++++++++++++++++++
  sound/hda/hdac_stream.c        | 647 +++++++++++++++++++++++++++++++++++++++++
  sound/pci/hda/Kconfig          |   3 -
  sound/pci/hda/Makefile         |   3 +-
  sound/pci/hda/hda_codec.c      |  37 +--
  sound/pci/hda/hda_codec.h      |  12 +-
  sound/pci/hda/hda_controller.c |  70 ++---
  sound/pci/hda/hda_controller.h | 132 +--------
  13 files changed, 1652 insertions(+), 209 deletions(-)
  create mode 100644 include/sound/hda_register.h
  create mode 100644 sound/hda/hdac_controller.c
  create mode 100644 sound/hda/hdac_stream.c


--
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to