diff options
author | Subhransu S. Prusty <subhransu.s.prusty@intel.com> | 2017-01-11 14:01:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-02-04 19:14:45 +0300 |
commit | 0cf5a17159edbebfe3ce2a0ce1dd36bd5809479a (patch) | |
tree | 498e243611f61a444636b0814aef3c1cc648ba4a /sound/soc/intel/skylake/skl.h | |
parent | ba2103467794645e43d8115bef6f4fd18a40b47b (diff) | |
download | linux-0cf5a17159edbebfe3ce2a0ce1dd36bd5809479a.tar.xz |
ASoC: Intel: Skylake: Report Platform ID info from NHLT
This patch create entry in sysfs file system to report the
platform_id = "pci-id-oem_id-oem_table_id-oem_revision"
for board identification.
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Sodhi, VunnyX <vunnyx.sodhi@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl.h')
-rw-r--r-- | sound/soc/intel/skylake/skl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl.h b/sound/soc/intel/skylake/skl.h index 4986e3929dd3..0a1b02e21277 100644 --- a/sound/soc/intel/skylake/skl.h +++ b/sound/soc/intel/skylake/skl.h @@ -130,5 +130,7 @@ int skl_resume_dsp(struct skl *skl); void skl_cleanup_resources(struct skl *skl); const struct skl_dsp_ops *skl_get_dsp_ops(int pci_id); void skl_update_d0i3c(struct device *dev, bool enable); +int skl_nhlt_create_sysfs(struct skl *skl); +void skl_nhlt_remove_sysfs(struct skl *skl); #endif /* __SOUND_SOC_SKL_H */ |