ASoC: Intel: atom: save FW version

After the boot of the SST FW the firmware version is send back
to the driver. This patch is saving the FW version inside the
driver.

Signed-off-by: Sebastien Guiriec <sebastien.guiriec@intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
此提交包含在:
Sebastien Guiriec
2016-12-05 17:45:01 +01:00
提交者 Mark Brown
父節點 fade74dfab
當前提交 c7da1e9d26
共有 2 個檔案被更改,包括 7 行新增0 行删除

查看文件

@@ -436,6 +436,7 @@ struct intel_sst_drv {
*/
char firmware_name[FW_NAME_SIZE];
struct snd_sst_fw_version fw_version;
struct sst_fw_save *fw_save;
};