From: Mark Brown <broonie@kernel.org>
To: "Li.Xiubo@freescale.com" <Li.Xiubo@freescale.com>
Cc: "lgirdwood@gmail.com" <lgirdwood@gmail.com>,
"shawn.guo@linaro.org" <shawn.guo@linaro.org>,
"kuninori.morimoto.gx@renesas.com"
<kuninori.morimoto.gx@renesas.com>,
"moinejf@free.fr" <moinejf@free.fr>,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH Resend 7/8] ASoC: add snd_soc_of_parse_audio_simple_widgets for DeviceTree
Date: Fri, 24 Jan 2014 13:05:09 +0000 [thread overview]
Message-ID: <20140124130509.GY11727@sirena.org.uk> (raw)
In-Reply-To: <638679dfd176409680c962cdeb3704ef@BY2PR03MB505.namprd03.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]
On Fri, Jan 24, 2014 at 02:46:33AM +0000, Li.Xiubo@freescale.com wrote:
> > > +static struct snd_soc_dapm_widget simple_widgets[] = {
> > > + SND_SOC_DAPM_MIC("Mic", NULL),
> > > + SND_SOC_DAPM_LINE("Line", NULL),
> > > + SND_SOC_DAPM_HP("Hp", NULL),
> > > + SND_SOC_DAPM_SPK("Spk", NULL),
> > > +};
> This is the templates for "Microphone XXX", "Line XXX", "Headphone XXX"
> and "Spk XXX" .
> > Does this mean we're restricted to a particular set of names? That
> > seems sad and won't work if there's a desire for more than one of a
> > given widget - the main use case I can see is multiple microphones with
> > separate microphone biases. How about having some templates that we
> > copy and then replace the name with the one the user supplied?
> This code has already supplied this I think.
OK, that's fine - this is one of the things that the lack of binding
documentation doesn't help with, it says what the code is supposed to
do. When reviewing DT code without bindings I tend to just skim the
code.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-01-24 13:05 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 5:02 [PATCH 0/8] New and Resend the old patches Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 5:02 ` [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 18:38 ` Mark Brown
2014-01-26 5:15 ` Li.Xiubo
2014-01-26 12:43 ` Mark Brown
2014-02-10 4:12 ` Li.Xiubo
2014-02-10 12:31 ` Mark Brown
2014-02-10 12:31 ` Mark Brown
2014-01-23 5:02 ` [PATCH Resend 2/8] ASoC: simple-card: fix __asoc_simple_card_dai_init Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 7:11 ` Jean-Francois Moine
2014-01-23 7:11 ` Jean-Francois Moine
2014-01-23 7:22 ` Li.Xiubo
2014-01-23 7:22 ` Li.Xiubo
2014-01-23 5:02 ` [PATCH Resend 3/8] ASoC: simple-card: simplify the daifmt code Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 19:20 ` Mark Brown
2014-01-24 7:26 ` Li.Xiubo
2014-01-24 7:26 ` Li.Xiubo
2014-01-23 5:02 ` [PATCH Resend 4/8] ASoC: simple-card: Add snd_card's name parsing from DT node support Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 19:24 ` Mark Brown
2014-01-23 5:02 ` [PATCH 5/8] ASoC: core: set_tdm_slot() will return -ENOTSUPP if no operation provided Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 19:29 ` Mark Brown
2014-01-23 19:29 ` Mark Brown
2014-01-23 5:02 ` [PATCH 6/8] ASoC: simple-card: add tdm slot supports Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 6:11 ` David Rientjes
2014-01-23 6:35 ` Li.Xiubo
2014-01-23 19:48 ` Mark Brown
2014-01-23 5:02 ` [PATCH Resend 7/8] ASoC: add snd_soc_of_parse_audio_simple_widgets for DeviceTree Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 19:39 ` Mark Brown
2014-01-24 2:46 ` Li.Xiubo
2014-01-24 2:46 ` Li.Xiubo
2014-01-24 13:05 ` Mark Brown [this message]
2014-01-23 5:02 ` [PATCH 8/8] ASoC: simple-card: add off-codec widgets supports Xiubo Li
2014-01-23 5:02 ` Xiubo Li
2014-01-23 19:40 ` Mark Brown
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=20140124130509.GY11727@sirena.org.uk \
--to=broonie@kernel.org \
--cc=Li.Xiubo@freescale.com \
--cc=alsa-devel@alsa-project.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=moinejf@free.fr \
--cc=shawn.guo@linaro.org \
/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.