diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2024-02-09 09:52:56 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-09 14:32:51 +0000 |
commit | f7fc624be3dbfb78047a1cab795b93c7235fbf1c (patch) | |
tree | f92b3da3fc813d235f37b16bcff47eba9198d901 /sound/soc/intel/avs/avs.h | |
parent | 4089d82e67a9967fc5bf2b4e5ef820d67fe73924 (diff) |
ASoC: Intel: avs: Expose FW version with sysfs
Add functionality to read version of loaded FW from sysfs.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20240209085256.121261-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/avs.h')
-rw-r--r-- | sound/soc/intel/avs/avs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/avs.h b/sound/soc/intel/avs/avs.h index d694e08e44e1..69c912feb8a7 100644 --- a/sound/soc/intel/avs/avs.h +++ b/sound/soc/intel/avs/avs.h @@ -392,4 +392,8 @@ static inline void avs_debugfs_init(struct avs_dev *adev) { } static inline void avs_debugfs_exit(struct avs_dev *adev) { } #endif +/* Filesystems integration */ + +extern const struct attribute_group *avs_attr_groups[]; + #endif /* __SOUND_SOC_INTEL_AVS_H */ |