This incorporates the comments from Takashi on 1st patch and uses the change from Takashi's unstable tree for controller and then adds the DSP loader code on top. This is based on sound/topic/hda-core
Comments welcome
Jeeja KP (1): ALSA: hda: move common hda controller register defines up
Vinod Koul (4): ALSA: hda: add HDA_MAX_CODECS ALSA: hda - Add the controller helper codes to hda-core module ALSA: hda - move dsp lock to hdac ALSA: hda - add the DSP loader code
include/sound/hda_registers.h | 177 +++++++++++++ include/sound/hdaudio.h | 185 ++++++++++++- sound/hda/Makefile | 3 +- sound/hda/hdac_bus.c | 13 +- sound/hda/hdac_controller.c | 401 ++++++++++++++++++++++++++++ sound/hda/hdac_stream.c | 565 ++++++++++++++++++++++++++++++++++++++++ sound/pci/hda/hda_controller.c | 17 +- sound/pci/hda/hda_controller.h | 171 +----------- 8 files changed, 1347 insertions(+), 185 deletions(-) create mode 100644 include/sound/hda_registers.h create mode 100644 sound/hda/hdac_controller.c create mode 100644 sound/hda/hdac_stream.c