All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ALSA: hdac: More hdac core fixes and updates
@ 2015-08-21 16:06 Vinod Koul
  2015-08-21 16:06 ` [PATCH 1/5] ALSA: hdac: Fix to read the correct offset of spcap/link register Vinod Koul
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Vinod Koul @ 2015-08-21 16:06 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

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
-- 
~Vinod

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-08-23  5:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 16:06 [PATCH 0/5] ALSA: hdac: More hdac core fixes and updates Vinod Koul
2015-08-21 16:06 ` [PATCH 1/5] ALSA: hdac: Fix to read the correct offset of spcap/link register Vinod Koul
2015-08-21 16:06 ` [PATCH 2/5] ALSA: hdac: Add snd_hdac_ext_bus_link_power_down_all() Vinod Koul
2015-08-21 16:06 ` [PATCH 3/5] ALSA: hdac: Add snd_hdac_get_hdac_stream() Vinod Koul
2015-08-21 16:35   ` Takashi Iwai
2015-08-23  5:45     ` Vinod Koul
2015-08-21 16:06 ` [PATCH 4/5] ALSA: hdac: Add support to enable SPIB for hdac ext stream Vinod Koul
2015-08-21 17:38   ` Pierre-Louis Bossart
2015-08-23  5:47     ` Vinod Koul
2015-08-21 16:06 ` [PATCH 5/5] ALSA: hdac: Remove the usage of key for host stream Vinod Koul
2015-08-21 17:30 ` [PATCH 0/5] ALSA: hdac: More hdac core fixes and updates Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.