alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: hda: capture-related fixes
@ 2019-03-08  8:38 Rander Wang
  2019-03-08  8:38 ` [PATCH 1/3] ASoC:soc-pcm:fix a codec fixup issue in TDM case Rander Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rander Wang @ 2019-03-08  8:38 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, pierre-louis.bossart, Rander Wang

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

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

end of thread, other threads:[~2019-03-11 17:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-08  8:38 [PATCH 0/3] ASoC: hda: capture-related fixes Rander Wang
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

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).