ASoC: wm5102: Convert snd_kcontrol_chip to snd_soc_kcontrol_codec
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 11 Jun 2014 11:50:58 +0000 (12:50 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 11 Jun 2014 23:35:22 +0000 (00:35 +0100)
commit5c3fc7a79aae474670096d73da21aec9f0750abb
tree61e642ceb04b5066a9915375b7f6819d0ef88858
parentcc9e92431ee9c7fe974266e0e6533a1a68e45539
ASoC: wm5102: Convert snd_kcontrol_chip to snd_soc_kcontrol_codec

Controls for shaping the ultrasonic frequency response were introduced
in this commit:

commit 720630c002ffc7b0fa2ed5b3f4bfb36fd8f87ca6
ASoC: wm5102: Add controls to allow shaping of ultrasonic response

However, they mistakenly used snd_kcontrol_chip instead of
snd_soc_kcontrol_codec, which has replaced it now the framework is
moving to componentisation. This patch fixes this.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/wm5102.c