diff options
Diffstat (limited to 'src/drivers/i2c/pi608gp/chip.h')
-rw-r--r-- | src/drivers/i2c/pi608gp/chip.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/drivers/i2c/pi608gp/chip.h b/src/drivers/i2c/pi608gp/chip.h new file mode 100644 index 0000000000..ca4a8c47ae --- /dev/null +++ b/src/drivers/i2c/pi608gp/chip.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef __DRIVERS_I2C_PI608GP_CHIP_H__ +#define __DRIVERS_I2C_PI608GP_CHIP_H__ + +#include "pi608gp.h" + +struct drivers_i2c_pi608gp_config { + bool gen2_3p5_enable; + uint32_t gen2_3p5_amp; + struct deemph_lvl gen2_3p5_deemph; +}; + +#endif /* __DRIVERS_I2C_PI608GP_CHIP_H__ */ |