aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/soundwire/alc711/chip.h
diff options
context:
space:
mode:
authorAnil Kumar <anil.kumar.k@intel.com>2020-10-12 11:39:15 -0700
committerSubrata Banik <subrata.banik@intel.com>2020-10-30 04:08:17 +0000
commit33b0f15434a40527e1e5278a63e91465ef4c7617 (patch)
treeb3ac726c0cc2f021f1fb6b48402d0ed318d42a95 /src/drivers/soundwire/alc711/chip.h
parentc3a6d4b2c70472a952db1187e5555ea6a8558ad6 (diff)
drivers/soundwire/alc711: Add Realtek ALC711 soundwire device
Bug=None Test=Enabled the device on TGLY RVP and tested that the codec is reflected in SSDT. Checked sound card binding works and soundwire drivers are enabled in kernel. Signed-off-by: Anil Kumar <anil.kumar.k@intel.com> Change-Id: Ia7358927fe8531e609ebe070bef259a2bbc09093 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46303 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/drivers/soundwire/alc711/chip.h')
-rw-r--r--src/drivers/soundwire/alc711/chip.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/drivers/soundwire/alc711/chip.h b/src/drivers/soundwire/alc711/chip.h
new file mode 100644
index 0000000000..6d317fddfe
--- /dev/null
+++ b/src/drivers/soundwire/alc711/chip.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __DRIVERS_SOUNDWIRE_ALC711_CHIP_H__
+#define __DRIVERS_SOUNDWIRE_ALC711_CHIP_H__
+
+struct drivers_soundwire_alc711_config {
+ const char *name;
+ const char *desc;
+};
+
+#endif /* __DRIVERS_SOUNDWIRE_ALC711_CHIP_H__ */