diff options
-rw-r--r-- | sound/soc/codecs/rt5677.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c index 922becfee59b..9b7a1833d331 100644 --- a/sound/soc/codecs/rt5677.c +++ b/sound/soc/codecs/rt5677.c | |||
@@ -5008,7 +5008,7 @@ static const struct regmap_config rt5677_regmap = { | |||
5008 | }; | 5008 | }; |
5009 | 5009 | ||
5010 | static const struct of_device_id rt5677_of_match[] = { | 5010 | static const struct of_device_id rt5677_of_match[] = { |
5011 | { .compatible = "realtek,rt5677", RT5677 }, | 5011 | { .compatible = "realtek,rt5677", .data = (const void *)RT5677 }, |
5012 | { } | 5012 | { } |
5013 | }; | 5013 | }; |
5014 | MODULE_DEVICE_TABLE(of, rt5677_of_match); | 5014 | MODULE_DEVICE_TABLE(of, rt5677_of_match); |