From: Rander Wang <rander.wang@linux.intel.com>
To: broonie@kernel.org
Cc: alsa-devel@alsa-project.org,
pierre-louis.bossart@linux.intel.com,
Rander Wang <rander.wang@linux.intel.com>
Subject: [PATCH 0/3] ASoC: hda: capture-related fixes
Date: Fri, 8 Mar 2019 16:38:56 +0800 [thread overview]
Message-ID: <20190308083859.50026-1-rander.wang@linux.intel.com> (raw)
There are several sources of errors fixed in this series, such as mismatch
between TX and RX mask used to store the stream_tag, the use of hw_param
fixups not properly handled in the hdac_hda codec and registers set on capture
when they should only be used on playback.
The first patch fixes a issue caused by tx|rx_mask for TDM.
The Second one fixes the mismatch between BE dai format and hda codec format.
The last one removes the register of stream id setting on capture.
this series was tested successfully with the Intel Skylake driver on a Skylake
Dell XPS13 (same as Linus), KabyLake NUC, Whiskylake laptop and Apollolake LeafHill
board. The two soc-pcm and hdac_hda fixes are needed by the SOF driver as well, but
SOF-specific patches will be provided in the next batch and are not included here
Rander Wang (3):
ASoC:soc-pcm:fix a codec fixup issue in TDM case
ASoC:hdac_hda:use correct format to setup hda codec
ASoC:intel:skl:fix a simultaneous playback & capture issue on hda platform
sound/soc/codecs/hdac_hda.c | 53 ++++++++++++++++++++++++++++-----------
sound/soc/codecs/hdac_hda.h | 1 +
sound/soc/intel/skylake/skl-pcm.c | 19 ++++++++++----
sound/soc/soc-pcm.c | 7 ++++--
4 files changed, 59 insertions(+), 21 deletions(-)
--
2.14.1
next reply other threads:[~2019-03-08 8:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-08 8:38 Rander Wang [this message]
2019-03-08 8:38 ` [PATCH 1/3] ASoC:soc-pcm:fix a codec fixup issue in TDM case Rander Wang
2019-03-11 17:23 ` Applied "ASoC:soc-pcm:fix a codec fixup issue in TDM case" to the asoc tree Mark Brown
2019-03-08 8:38 ` [PATCH 2/3] ASoC:hdac_hda:use correct format to setup hda codec Rander Wang
2019-03-08 8:38 ` [PATCH 3/3] ASoC:intel:skl:fix a simultaneous playback & capture issue on hda platform Rander Wang
2019-03-11 17:23 ` Applied "ASoC:intel:skl:fix a simultaneous playback & capture issue on hda platform" to the asoc tree Mark Brown
2019-03-08 15:27 ` [PATCH 0/3] ASoC: hda: capture-related fixes Pierre-Louis Bossart
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=20190308083859.50026-1-rander.wang@linux.intel.com \
--to=rander.wang@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=pierre-louis.bossart@linux.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).