From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: liam.r.girdwood@linux.intel.com, patches.audio@intel.com,
broonie@kernel.org, Vinod Koul <vinod.koul@intel.com>
Subject: [PATCH v2 0/3] ASoC: Intel: Skylake: Add HDA link management
Date: Thu, 5 May 2016 11:31:08 +0530 [thread overview]
Message-ID: <1462428071-30248-1-git-send-email-vinod.koul@intel.com> (raw)
HDA links are always kept On, this patch adds link management
routines in hdac extended core and it's use in Skylake driver and
hdmi codec (runs on HDA link)
The aim of serial is to shut down the links when not in use and
keep them active when a user is active. The user can activate
link by taking reference to the link when required.
When all links are closed, the command DMAs are turned off as
well. On first link power up, the command DMAs are turned on
first.
First patch touches HDA core, and rest two are dependent on it
so Takashi if you are okay, pls ACK it and we can merge thru ASoC
tree
Changes in v2:
- use mutex instead of spinlock
Vinod Koul (3):
ALSA: hdac: add link pm and ref counting
ASoC: Intel: Skylake: add link management
ASoC: hdac_hdmi: add link management
include/sound/hdaudio_ext.h | 13 ++++++++
sound/hda/ext/hdac_ext_bus.c | 3 ++
sound/hda/ext/hdac_ext_controller.c | 62 +++++++++++++++++++++++++++++++++++++
sound/soc/codecs/hdac_hdmi.c | 32 +++++++++++++++++--
sound/soc/intel/skylake/skl-pcm.c | 1 -
sound/soc/intel/skylake/skl.c | 34 ++++++++++++++++++++
6 files changed, 142 insertions(+), 3 deletions(-)
--
1.9.1
next reply other threads:[~2016-05-05 5:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-05 6:01 Vinod Koul [this message]
2016-05-05 6:01 ` [PATCH v2 1/3] ALSA: hdac: add link pm and ref counting Vinod Koul
2016-05-09 4:41 ` Vinod Koul
2016-05-09 6:40 ` Takashi Iwai
2016-05-09 7:58 ` Vinod Koul
2016-05-09 8:10 ` Takashi Iwai
2016-05-09 8:24 ` Vinod Koul
2016-05-05 6:01 ` [PATCH v2 2/3] ASoC: Intel: Skylake: add link management Vinod Koul
2016-05-05 6:01 ` [PATCH v2 3/3] ASoC: hdac_hdmi: " Vinod Koul
2016-05-13 12:26 ` Applied "ASoC: hdac_hdmi: add link management" to the asoc tree Mark Brown
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=1462428071-30248-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 \
/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).