summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tas5825m/tas5825m.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/tas5825m/tas5825m.c')
-rw-r--r--src/drivers/i2c/tas5825m/tas5825m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/tas5825m/tas5825m.c b/src/drivers/i2c/tas5825m/tas5825m.c
index 39e5575f1e..9f14059a8e 100644
--- a/src/drivers/i2c/tas5825m/tas5825m.c
+++ b/src/drivers/i2c/tas5825m/tas5825m.c
@@ -75,6 +75,6 @@ static void tas5825m_enable_dev(struct device *dev)
}
struct chip_operations drivers_i2c_tas5825m_ops = {
- CHIP_NAME("TI TAS5825M Amplifier")
+ .name = "TI TAS5825M Amplifier",
.enable_dev = tas5825m_enable_dev,
};