diff options
Diffstat (limited to 'sound/soc/codecs/stac9766.c')
-rw-r--r-- | sound/soc/codecs/stac9766.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/soc/codecs/stac9766.c b/sound/soc/codecs/stac9766.c index 0945c51df003..2c5941f3a234 100644 --- a/sound/soc/codecs/stac9766.c +++ b/sound/soc/codecs/stac9766.c | |||
@@ -320,8 +320,10 @@ static int stac9766_codec_remove(struct snd_soc_codec *codec) | |||
320 | } | 320 | } |
321 | 321 | ||
322 | static struct snd_soc_codec_driver soc_codec_dev_stac9766 = { | 322 | static struct snd_soc_codec_driver soc_codec_dev_stac9766 = { |
323 | .controls = stac9766_snd_ac97_controls, | 323 | .component_driver = { |
324 | .num_controls = ARRAY_SIZE(stac9766_snd_ac97_controls), | 324 | .controls = stac9766_snd_ac97_controls, |
325 | .num_controls = ARRAY_SIZE(stac9766_snd_ac97_controls), | ||
326 | }, | ||
325 | .write = stac9766_ac97_write, | 327 | .write = stac9766_ac97_write, |
326 | .read = stac9766_ac97_read, | 328 | .read = stac9766_ac97_read, |
327 | .set_bias_level = stac9766_set_bias_level, | 329 | .set_bias_level = stac9766_set_bias_level, |