aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/sof/sof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/sof/sof.c')
-rw-r--r--src/drivers/sof/sof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/sof/sof.c b/src/drivers/sof/sof.c
index b3537904a4..db945aa8f5 100644
--- a/src/drivers/sof/sof.c
+++ b/src/drivers/sof/sof.c
@@ -85,6 +85,6 @@ static void sof_enable(struct device *dev)
}
struct chip_operations drivers_sof_ops = {
- CHIP_NAME("SOF")
+ .name = "SOF",
.enable_dev = sof_enable
};