Mark Brown
e6937b6d1a
Merge series "ASoC: SOF: small fixes for 5.10" from Kai Vehmanen <kai.vehmanen@linux.intel.com>:
...
Series that adds debug support for IMX platforms, more details to
FW version information, adds missing -EACCESS handling to
pm_runtime_get_sync() calls and a set of minor cosmetic, trace
verbosity and coding style issues.
Guennadi Liakhovetski (3):
ASoC: SOF: (cosmetic) remove redundant "ret" variable uses
ASoC: SOF: remove several superfluous type-casts
ASoC: SOF: fix range checks
Iulian Olaru (1):
ASoC: SOF: imx: Add debug support for imx platforms
Karol Trzcinski (1):
ASoC: SOF: Add `src_hash` to `sof_ipc_fw_version` structure
Pierre-Louis Bossart (3):
ASoC: SOF: debug: update test for pm_runtime_get_sync()
ASoC: SOF: control: update test for pm_runtime_get_sync()
ASoC: SOF: Intel: hda: reduce verbosity of boot error logs
include/sound/sof/info.h | 4 +-
sound/soc/sof/control.c | 62 +++++++++++++--------------
sound/soc/sof/debug.c | 2 +-
sound/soc/sof/imx/Kconfig | 8 ++++
sound/soc/sof/imx/Makefile | 3 ++
sound/soc/sof/imx/imx-common.c | 72 ++++++++++++++++++++++++++++++++
sound/soc/sof/imx/imx-common.h | 16 +++++++
sound/soc/sof/imx/imx8.c | 23 +++++++++-
sound/soc/sof/imx/imx8m.c | 17 +++++++-
sound/soc/sof/intel/hda-loader.c | 16 +++----
sound/soc/sof/intel/hda.c | 12 ++++--
sound/soc/sof/intel/hda.h | 2 +
sound/soc/sof/sof-audio.c | 6 +--
sound/soc/sof/sof-priv.h | 8 ++++
sound/soc/sof/topology.c | 44 ++++++++++---------
15 files changed, 226 insertions(+), 69 deletions(-)
create mode 100644 sound/soc/sof/imx/imx-common.c
create mode 100644 sound/soc/sof/imx/imx-common.h
--
2.27.0
2020-09-17 17:40:15 +01:00
..
2020-01-03 09:24:11 +01:00
2020-06-14 01:57:21 +09:00
2020-03-27 14:44:56 +00:00
2020-07-09 19:10:11 +02:00
2020-09-02 13:23:52 +02:00
2020-08-06 14:27:31 -07:00
2020-09-02 13:24:14 +02:00
2020-08-19 17:37:06 +02:00
2020-01-03 09:24:24 +01:00
2020-08-21 10:07:54 -07:00
2020-03-06 12:06:41 +01:00
2020-07-09 13:01:29 +02:00
2020-01-28 16:26:57 -08:00
2020-09-02 13:25:23 +02:00
2020-07-09 13:01:29 +02:00
2020-07-20 10:10:47 +02:00
2020-01-05 16:15:14 +01:00
2020-09-17 17:40:15 +01:00
2020-07-19 20:49:25 +02:00
2020-01-05 16:15:13 +01:00
2020-01-05 16:14:46 +01:00
2020-09-02 13:27:07 +02:00
2020-06-14 01:57:21 +09:00
2020-07-09 19:10:37 +02:00
2020-01-03 09:24:08 +01:00