diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-09-22 12:37:32 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-22 13:23:59 +0300 |
commit | 8180bd56bdd1dcade8d1b2a0b6f70b2397bec372 (patch) | |
tree | 33fdb322fce4a3f5d1b3bfd8d75a7f8772c7d024 /sound/soc/codecs/tlv320aic31xx.c | |
parent | f802d6c020658b5dce1732da0d5999a1a65afdd6 (diff) | |
download | linux-8180bd56bdd1dcade8d1b2a0b6f70b2397bec372.tar.xz |
ASoC: cq93vc: duplicated callback function goes to component
A cleanup removed a couple of members from struct snd_soc_codec_driver
after changing codec drivers to no longer use them, but one codec
was missed in the process, giving a build error:
sound/soc/codecs/cq93vc.c:134:2: error: unknown field 'controls' specified in initializer
.controls = cq93vc_snd_controls,
This moves the members from the cq93vc codec driver to its component driver
just like the other codecs already had.
Fixes: 8073aefa6082 ("ASoC: remove codec duplicated callback function")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tlv320aic31xx.c')
0 files changed, 0 insertions, 0 deletions