diff options
| -rw-r--r-- | sound/soc/codecs/cq93vc.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 1c895a53001d..7a2d9a2ee427 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c | |||
| @@ -131,8 +131,10 @@ static struct regmap *cq93vc_get_regmap(struct device *dev) | |||
| 131 | static struct snd_soc_codec_driver soc_codec_dev_cq93vc = { | 131 | static struct snd_soc_codec_driver soc_codec_dev_cq93vc = { |
| 132 | .set_bias_level = cq93vc_set_bias_level, | 132 | .set_bias_level = cq93vc_set_bias_level, |
| 133 | .get_regmap = cq93vc_get_regmap, | 133 | .get_regmap = cq93vc_get_regmap, |
| 134 | .controls = cq93vc_snd_controls, | 134 | .component_driver = { |
| 135 | .num_controls = ARRAY_SIZE(cq93vc_snd_controls), | 135 | .controls = cq93vc_snd_controls, |
| 136 | .num_controls = ARRAY_SIZE(cq93vc_snd_controls), | ||
| 137 | }, | ||
| 136 | }; | 138 | }; |
| 137 | 139 | ||
| 138 | static int cq93vc_platform_probe(struct platform_device *pdev) | 140 | static int cq93vc_platform_probe(struct platform_device *pdev) |
