alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: intel: atom: Add debug information related to FW version
@ 2016-11-04  8:04 Sebastien Guiriec
  2016-11-04  8:04 ` [PATCH 2/3] ASoC: Intel: atom: save " Sebastien Guiriec
  2016-11-04  8:04 ` [PATCH 3/3] ASoC: Intel: atom: Add sysfs entry in order to store " Sebastien Guiriec
  0 siblings, 2 replies; 8+ messages in thread
From: Sebastien Guiriec @ 2016-11-04  8:04 UTC (permalink / raw)
  To: alsa-devel, vind.koul, pierre-louis.bossart, liam.r.girdwood
  Cc: Sebastien Guiriec

This patch is adding debug information related to SST FW version.

Signed-off-by: Sebastien Guiriec <sebastien.guiriec@intel.com>
---
 sound/soc/intel/atom/sst/sst_ipc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/soc/intel/atom/sst/sst_ipc.c b/sound/soc/intel/atom/sst/sst_ipc.c
index 8afa6fe..92ffeaa 100644
--- a/sound/soc/intel/atom/sst/sst_ipc.c
+++ b/sound/soc/intel/atom/sst/sst_ipc.c
@@ -236,6 +236,9 @@ static void process_fw_init(struct intel_sst_drv *sst_drv_ctx,
 		retval = init->result;
 		goto ret;
 	}
+	dev_info(sst_drv_ctx->dev, "FW Version %02x.%02x.%02x.%02x\n",
+			init->fw_version.type, init->fw_version.major,
+			init->fw_version.minor, init->fw_version.build);
 
 ret:
 	sst_wake_up_block(sst_drv_ctx, retval, FW_DWNL_ID, 0 , NULL, 0);
-- 
2.9.3

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

end of thread, other threads:[~2016-11-09 10:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-04  8:04 [PATCH 1/3] ASoC: intel: atom: Add debug information related to FW version Sebastien Guiriec
2016-11-04  8:04 ` [PATCH 2/3] ASoC: Intel: atom: save " Sebastien Guiriec
2016-11-07 21:01   ` Vinod Koul
2016-11-08  7:15     ` Sebastien Guiriec
2016-11-04  8:04 ` [PATCH 3/3] ASoC: Intel: atom: Add sysfs entry in order to store " Sebastien Guiriec
2016-11-07 21:02   ` Vinod Koul
2016-11-08  8:29     ` Sebastien Guiriec
2016-11-09 10:21       ` Vinod Koul

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