1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __DRIVERS_I2C_MAX98373_CHIP_H__
4 #define __DRIVERS_I2C_MAX98373_CHIP_H__
7 * Maxim MAX98373 audio codec devicetree bindings
12 struct drivers_i2c_max98373_config
{
13 /* I2C Bus Frequency in Hertz (default 400kHz) */
15 /* Set '1' if I2S channel size is not 32bit. */
17 /* Identifier for chips */
19 /* Device Description */
21 /* ACPI Device Name */
23 /* slot number where voltage feedback will be received */
24 uint32_t vmon_slot_no
;
25 /* slot number where current feedback will be received */
26 uint32_t imon_slot_no
;
29 #endif /* __DRIVERS_I2C_MAX98373_CHIP_H__ */