Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] ALSA - hda: Add support for link audio time reporting
@ 2016-08-03 16:06 Vinod Koul
  2016-08-03 16:06 ` [PATCH v3 1/5] ALSA: hda - move bus_parse_capabilities to core Vinod Koul
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Vinod Koul @ 2016-08-03 16:06 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

Skylake onwards we support GTS capability and thus can report audio link
time. This series adds support for parsing the capability and then reports
link time.

The parsing of caps is made common and moved up from extended hda to hdac.
The SKL driver and hdac extended core has been updated for this.

Mark,
	The update of the driver needs to update Skl driver, so if you can
ACK the 2nd patch, it can go along with extended audio change thru ALSA
tree.

Changes in v3:
	moved extended hda to hdac
	update SKL drv to use new hdac caps
	update patchset for HDA drv to use new caps parsing

Guneshwor Singh (2):
  ALSA - hda: Add support for parsing new HDA capabilities
  ALSA - hda: Add support for link audio time reporting

Vinod Koul (3):
  ALSA: hda - move bus_parse_capabilities to core
  ALSA: convert users to core bus_parse_capabilities
  ALSA - Ext hda: remove bus_parse_capabilities

 include/sound/hda_register.h           |  36 ++++++
 include/sound/hdaudio.h                |  13 +++
 include/sound/hdaudio_ext.h            |  12 --
 sound/hda/ext/hdac_ext_controller.c    |  91 ++-------------
 sound/hda/ext/hdac_ext_stream.c        |  46 ++++----
 sound/hda/hdac_controller.c            |  76 +++++++++++++
 sound/pci/hda/hda_controller.c         | 200 ++++++++++++++++++++++++++++++++-
 sound/pci/hda/hda_controller.h         |   3 +
 sound/pci/hda/hda_intel.c              |  16 +++
 sound/soc/intel/skylake/skl-messages.c |   4 +-
 sound/soc/intel/skylake/skl-pcm.c      |   8 +-
 sound/soc/intel/skylake/skl.c          |   6 +-
 12 files changed, 383 insertions(+), 128 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-08-09 12:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-03 16:06 [PATCH v3 0/5] ALSA - hda: Add support for link audio time reporting Vinod Koul
2016-08-03 16:06 ` [PATCH v3 1/5] ALSA: hda - move bus_parse_capabilities to core Vinod Koul
2016-08-03 16:09   ` Takashi Iwai
2016-08-04  1:56     ` Vinod Koul
2016-08-03 16:06 ` [PATCH v3 2/5] ALSA: convert users to core bus_parse_capabilities Vinod Koul
2016-08-09 12:44   ` Applied "ALSA: convert users to core bus_parse_capabilities" to the asoc tree Mark Brown
2016-08-03 16:06 ` [PATCH v3 3/5] ALSA - Ext hda: remove bus_parse_capabilities Vinod Koul
2016-08-09 12:44   ` Applied "ALSA - Ext hda: remove bus_parse_capabilities" to the asoc tree Mark Brown
2016-08-03 16:06 ` [PATCH v3 4/5] ALSA - hda: Add support for parsing new HDA capabilities Vinod Koul
2016-08-03 16:11   ` Takashi Iwai
2016-08-04  2:00     ` Vinod Koul
2016-08-04  5:51       ` Vinod Koul
2016-08-04  5:46         ` Takashi Iwai
2016-08-03 16:06 ` [PATCH v3 5/5] ALSA - hda: Add support for link audio time reporting Vinod Koul
2016-08-03 16:21   ` Takashi Iwai
2016-08-04  2:00     ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox