Hi Takashi,
We had few more hdac core fixes & enhancements so senidng those.
First one is fix for register pointers for spcap and link registers. This is required for SKL driver when we use link registers.
rest add new APIs for powering down all links, getting stream from stream tag and direction, enabling SPIB.
Last one remove keys as we dont need them for host streams
Jeeja KP (5): ALSA: hdac: Fix to read the correct offset of spcap/link register ALSA: hdac: Add snd_hdac_ext_bus_link_power_down_all() ALSA: hdac: Add snd_hdac_get_hdac_stream() ALSA: hdac: Add support to enable SPIB for hdac ext stream ALSA: hdac: Remove the usage of key for host stream
include/sound/hda_register.h | 4 +++ include/sound/hdaudio.h | 2 ++ include/sound/hdaudio_ext.h | 11 +++++++ sound/hda/ext/hdac_ext_controller.c | 30 +++++++++++++++--- sound/hda/ext/hdac_ext_stream.c | 62 ++++++++++++++++++++++++++++++++----- sound/hda/hdac_stream.c | 19 ++++++++++++ 6 files changed, 116 insertions(+), 12 deletions(-)
Thanks