From: Lars-Peter Clausen <lars@metafoo.de>
To: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [PATCH] ASoC: mc13783: add mixer controls
Date: Wed, 09 Oct 2013 17:21:40 +0200 [thread overview]
Message-ID: <52557484.1070808@metafoo.de> (raw)
In-Reply-To: <1381330904-26389-1-git-send-email-s.trumtrar@pengutronix.de>
On 10/09/2013 05:01 PM, Steffen Trumtrar wrote:
> [...]
> +
> +static const struct soc_enum mc13783_enum_asp =
> + SOC_ENUM_SINGLE(MC13783_AUDIO_RX0, 4, ARRAY_SIZE(mc13783_alsp),
> + mc13783_alsp);
> +
> +static const struct soc_enum mc13783_enum_alsp =
> + SOC_ENUM_SINGLE(MC13783_AUDIO_RX0, 7, ARRAY_SIZE(mc13783_alsp),
> + mc13783_alsp);
> +
> +static const struct soc_enum mc13783_enum_ahs =
> + SOC_ENUM_SINGLE(MC13783_AUDIO_RX0, 11, ARRAY_SIZE(mc13783_ahs),
> + mc13783_ahs);
> +
> +static const struct soc_enum mc13783_enum_arxout =
> + SOC_ENUM_SINGLE(MC13783_AUDIO_RX0, 17, ARRAY_SIZE(mc13783_ahs),
> + mc13783_ahs);
> +
> +static const struct soc_enum mc13783_enum_codec =
> + SOC_ENUM_SINGLE(MC13783_AUDIO_RX1, 4, ARRAY_SIZE(mc13783_alsp),
> + mc13783_alsp);
For bonus points use SOC_ENUM_SINGLE_DECL(...) ;)
- Lars
next prev parent reply other threads:[~2013-10-09 15:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-09 15:01 [PATCH] ASoC: mc13783: add mixer controls Steffen Trumtrar
2013-10-09 15:13 ` Mark Brown
2013-10-10 7:34 ` Steffen Trumtrar
2013-10-10 9:44 ` Mark Brown
2013-10-09 15:21 ` Lars-Peter Clausen [this message]
2013-10-10 7:36 ` Steffen Trumtrar
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=52557484.1070808@metafoo.de \
--to=lars@metafoo.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=s.trumtrar@pengutronix.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.