aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/soundwire/max98373/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/soundwire/max98373/chip.h')
-rw-r--r--src/drivers/soundwire/max98373/chip.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/drivers/soundwire/max98373/chip.h b/src/drivers/soundwire/max98373/chip.h
new file mode 100644
index 0000000000..c263577af5
--- /dev/null
+++ b/src/drivers/soundwire/max98373/chip.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __DRIVERS_SOUNDWIRE_MAX98373_CHIP_H__
+#define __DRIVERS_SOUNDWIRE_MAX98373_CHIP_H__
+
+struct drivers_soundwire_max98373_config {
+ const char *name;
+ const char *desc;
+};
+
+#endif /* __DRIVERS_SOUNDWIRE_MAX98373_CHIP_H__ */