[linux-yocto] [PATCH 0/7] ALSA: hda preparation to Migrate to cAVS1.5

seng.kai.tan at intel.com seng.kai.tan at intel.com
Wed Jun 15 01:54:48 PDT 2016


From: "SengKai,Tan" <seng.kai.tan at 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.

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

-- 
1.9.1



More information about the linux-yocto mailing list