alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH 00/13] ASoC: SOF: fixes and improvements
@ 2019-09-27 20:05 Pierre-Louis Bossart
  2019-09-27 20:05 ` [alsa-devel] [PATCH 01/13] ASoC: SOF: loader: fix kernel oops on firmware boot failure Pierre-Louis Bossart
                   ` (12 more replies)
  0 siblings, 13 replies; 27+ messages in thread
From: Pierre-Louis Bossart @ 2019-09-27 20:05 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, broonie, Pierre-Louis Bossart

No new features in this patchset but fixes and improvements identified
during validation/product hardening/SoundWire development.

I realize we are at the end of the merge window so will let
Takashi/Mark decide if this series can be provided as fixes for v5.4
or queued for later.

Kai Vehmanen (2):
  ASoC: SOF: pcm: fix resource leak in hw_free
  ASoC: SOF: Intel: hda: fix warnings during FW load

Keyon Jie (1):
  ASoC: SOF: topology: fix parse fail issue for byte/bool tuple types

Liam Girdwood (3):
  ASoC: SOF: ipc: retain DSP context after FW exception.
  ASoC: SOF: Intel: initialise and verify FW crash dump data.
  ASoC: SOF: Intel: Add context data to any IPC timeout.

Marcin Rajwa (2):
  ASoC: SOF: ipc: introduce no_stream_position in sof_ipc_stream_params
    struct
  ASoC: SOF: Intel: hda: fix reset of host_period_bytes

Pan Xiuli (1):
  ASoC: SOF: pcm: harden PCM STOP sequence

Pierre-Louis Bossart (2):
  ASoC: SOF: loader: fix kernel oops on firmware boot failure
  ASoC: SOF: trace: move to opt-in with Kconfig and module parameter

Ranjani Sridharan (2):
  ASoC: SOF: core: check for mandatory fw_ready op during SOF probe
  ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture

 include/sound/sof/stream.h       |  4 +--
 sound/soc/sof/Kconfig            | 16 ++++++++++++
 sound/soc/sof/core.c             | 28 +++++++++++++++-----
 sound/soc/sof/debug.c            | 16 ++++++++++++
 sound/soc/sof/intel/Kconfig      | 10 +++++++
 sound/soc/sof/intel/bdw.c        | 29 +++++++++++++++++++-
 sound/soc/sof/intel/byt.c        | 29 +++++++++++++++++++-
 sound/soc/sof/intel/hda-ctrl.c   | 12 +++------
 sound/soc/sof/intel/hda-loader.c |  1 +
 sound/soc/sof/intel/hda-pcm.c    | 15 ++++++++---
 sound/soc/sof/intel/hda-stream.c | 45 +++++++++++++++++++++++++++-----
 sound/soc/sof/intel/hda.c        |  7 +++++
 sound/soc/sof/intel/hda.h        |  5 +++-
 sound/soc/sof/ipc.c              | 10 +------
 sound/soc/sof/loader.c           |  4 +--
 sound/soc/sof/pcm.c              | 35 +++++++++++++++++--------
 sound/soc/sof/sof-priv.h         | 17 ++++++++----
 sound/soc/sof/topology.c         |  4 ++-
 sound/soc/sof/trace.c            | 17 +++++++++++-
 19 files changed, 245 insertions(+), 59 deletions(-)

-- 
2.20.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2019-10-01 18:11 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27 20:05 [alsa-devel] [PATCH 00/13] ASoC: SOF: fixes and improvements Pierre-Louis Bossart
2019-09-27 20:05 ` [alsa-devel] [PATCH 01/13] ASoC: SOF: loader: fix kernel oops on firmware boot failure Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: loader: fix kernel oops on firmware boot failure" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 02/13] ASoC: SOF: topology: fix parse fail issue for byte/bool tuple types Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: topology: fix parse fail issue for byte/bool tuple types" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 03/13] ASoC: SOF: trace: move to opt-in with Kconfig and module parameter Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: trace: move to opt-in with Kconfig and module parameter" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 04/13] ASoC: SOF: ipc: retain DSP context after FW exception Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: ipc: retain DSP context after FW exception." to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 05/13] ASoC: SOF: pcm: fix resource leak in hw_free Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: pcm: fix resource leak in hw_free" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 06/13] ASoC: SOF: pcm: harden PCM STOP sequence Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: pcm: harden PCM STOP sequence" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 07/13] ASoC: SOF: core: check for mandatory fw_ready op during SOF probe Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: core: check for mandatory fw_ready op during SOF probe" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 08/13] ASoC: SOF: ipc: introduce no_stream_position in sof_ipc_stream_params struct Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: ipc: introduce no_stream_position in sof_ipc_stream_params struct" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 09/13] ASoC: SOF: Intel: hda: fix reset of host_period_bytes Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: Intel: hda: fix reset of host_period_bytes" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 10/13] ASoC: SOF: Intel: hda: fix warnings during FW load Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: Intel: hda: fix warnings during FW load" to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 11/13] ASoC: SOF: Intel: initialise and verify FW crash dump data Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: Intel: initialise and verify FW crash dump data." to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 12/13] ASoC: SOF: Intel: Add context data to any IPC timeout Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: Intel: Add context data to any IPC timeout." to the asoc tree Mark Brown
2019-09-27 20:05 ` [alsa-devel] [PATCH 13/13] ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture Pierre-Louis Bossart
2019-10-01 17:56   ` [alsa-devel] Applied "ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture" to the asoc tree Mark Brown

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