From: Alexander Sverdlin <subaparts@yandex.ru>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, linaro-kernel@lists.linaro.org,
Mark Brown <broonie@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Daniel Mack <zonque@gmail.com>
Subject: Re: [PATCH 1/2] ASoC: cs4271: Convert to table based control init
Date: Sun, 11 Aug 2013 14:33:52 +0200 [thread overview]
Message-ID: <1376224432.11976.0.camel@r60e> (raw)
In-Reply-To: <1376223377-23047-1-git-send-email-broonie@kernel.org>
Hello!
On Sun, 2013-08-11 at 13:16 +0100, Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>
>
> Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Alexander Sverdlin <subaparts@yandex.ru>
> ---
> sound/soc/codecs/cs4271.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c
> index 03036b3..65ad56c 100644
> --- a/sound/soc/codecs/cs4271.c
> +++ b/sound/soc/codecs/cs4271.c
> @@ -576,8 +576,7 @@ static int cs4271_probe(struct snd_soc_codec *codec)
> CS4271_MODE2_MUTECAEQUB,
> CS4271_MODE2_MUTECAEQUB);
>
> - return snd_soc_add_codec_controls(codec, cs4271_snd_controls,
> - ARRAY_SIZE(cs4271_snd_controls));
> + return 0;
> }
>
> static int cs4271_remove(struct snd_soc_codec *codec)
> @@ -596,6 +595,9 @@ static struct snd_soc_codec_driver soc_codec_dev_cs4271 = {
> .remove = cs4271_remove,
> .suspend = cs4271_soc_suspend,
> .resume = cs4271_soc_resume,
> +
> + .controls = cs4271_snd_controls,
> + .num_controls = ARRAY_SIZE(cs4271_snd_controls),
> };
>
> #if defined(CONFIG_SPI_MASTER)
prev parent reply other threads:[~2013-08-11 12:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-11 12:16 [PATCH 1/2] ASoC: cs4271: Convert to table based control init Mark Brown
2013-08-11 12:16 ` [PATCH 2/2] ASoC: cs4271: Add DAPM support Mark Brown
2013-08-11 12:34 ` Alexander Sverdlin
2013-08-11 16:02 ` Daniel Mack
2013-08-11 17:41 ` Mark Brown
2013-08-11 12:33 ` Alexander Sverdlin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376224432.11976.0.camel@r60e \
--to=subaparts@yandex.ru \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=broonie@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linaro-kernel@lists.linaro.org \
--cc=zonque@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox