5 Nov
2014
5 Nov
'14
1:12 p.m.
On Wed, Nov 05, 2014 at 10:46:31AM +0100, Lars-Peter Clausen wrote:
Makes the code a bit cleaner.
Looks good to me,
Acked-by: Vinod Koul vinod.koul@intel.com
--
~Vinod
>
> Signed-off-by: Lars-Peter Clausen lars@metafoo.de
> ---
> sound/soc/codecs/sn95031.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c
> index cf8fa40..6167c59 100644
> --- a/sound/soc/codecs/sn95031.c
> +++ b/sound/soc/codecs/sn95031.c
> @@ -867,9 +867,6 @@ static int sn95031_codec_probe(struct snd_soc_codec *codec)
> snd_soc_write(codec, SN95031_SSR2, 0x10);
> snd_soc_write(codec, SN95031_SSR3, 0x40);
>
> - snd_soc_add_codec_controls(codec, sn95031_snd_controls,
> - ARRAY_SIZE(sn95031_snd_controls));
> -
> return 0;
> }
>
> @@ -886,6 +883,9 @@ static struct snd_soc_codec_driver sn95031_codec = {
> .remove = sn95031_codec_remove,
> .set_bias_level = sn95031_set_vaud_bias,
> .idle_bias_off = true,
> +
> + .controls = sn95031_snd_controls,
> + .num_controls = ARRAY_SIZE(sn95031_snd_controls),
> .dapm_widgets = sn95031_dapm_widgets,
> .num_dapm_widgets = ARRAY_SIZE(sn95031_dapm_widgets),
> .dapm_routes = sn95031_audio_map,
> --
> 1.8.0
>
--