diff options
Diffstat (limited to 'src/drivers/soundwire/alc1308')
-rw-r--r-- | src/drivers/soundwire/alc1308/alc1308.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/soundwire/alc1308/alc1308.c b/src/drivers/soundwire/alc1308/alc1308.c index f16d3a2de5..5449fe8648 100644 --- a/src/drivers/soundwire/alc1308/alc1308.c +++ b/src/drivers/soundwire/alc1308/alc1308.c @@ -146,6 +146,6 @@ static void soundwire_alc1308_enable(struct device *dev) } struct chip_operations drivers_soundwire_alc1308_ops = { - CHIP_NAME("Realtek ALC1308 SoundWire Codec") + .name = "Realtek ALC1308 SoundWire Codec", .enable_dev = soundwire_alc1308_enable }; |