From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: liam.r.girdwood@linux.intel.com, tiwai@suse.de,
broonie@kernel.org, Vinod Koul <vinod.koul@intel.com>,
patches.audio@intel.com
Subject: [PATCH v4 0/5] ALSA - hda: Add support for link audio time reporting
Date: Thu, 4 Aug 2016 15:45:59 +0530 [thread overview]
Message-ID: <1470305764-20802-1-git-send-email-vinod.koul@intel.com> (raw)
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 v4:
- fix code style
- use hdac_readl/writel
- add cpufeatures header
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 | 75 ++++++++++++
sound/pci/hda/hda_controller.c | 203 ++++++++++++++++++++++++++++++++-
sound/pci/hda/hda_controller.h | 3 +
sound/pci/hda/hda_intel.c | 17 +++
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, 386 insertions(+), 128 deletions(-)
--
1.9.1
next reply other threads:[~2016-08-04 10:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-04 10:15 Vinod Koul [this message]
2016-08-04 10:16 ` [PATCH v4 1/5] ALSA: hda - move bus_parse_capabilities to core Vinod Koul
2016-08-09 12:44 ` Applied "ALSA: hda - move bus_parse_capabilities to core" to the asoc tree Mark Brown
2016-08-04 10:16 ` [PATCH v4 2/5] ALSA: convert users to core bus_parse_capabilities Vinod Koul
2016-08-04 10:16 ` [PATCH v4 3/5] ALSA - Ext hda: remove bus_parse_capabilities Vinod Koul
2016-08-04 10:16 ` [PATCH v4 4/5] ALSA - hda: Add support for parsing new HDA capabilities Vinod Koul
2016-08-09 12:44 ` Applied "ALSA - hda: Add support for parsing new HDA capabilities" to the asoc tree Mark Brown
2016-08-04 10:16 ` [PATCH v4 5/5] ALSA - hda: Add support for link audio time reporting Vinod Koul
2016-08-09 12:44 ` Applied "ALSA - hda: Add support for link audio time reporting" to the asoc tree Mark Brown
2016-08-05 12:12 ` [PATCH v4 0/5] ALSA - hda: Add support for link audio time reporting Takashi Iwai
2016-08-05 12:16 ` Mark Brown
2016-08-05 12:26 ` Takashi Iwai
2016-08-09 7:00 ` Takashi Iwai
2016-08-10 3:05 ` Vinod Koul
2016-08-08 4:31 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470305764-20802-1-git-send-email-vinod.koul@intel.com \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=patches.audio@intel.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).