All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: devicetree-discuss@lists.ozlabs.org, alsa-devel@alsa-project.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Liam Girdwood <lrg@ti.com>, Benoit Cousson <b-cousson@ti.com>
Subject: Re: [PATCH v2 0/4] omap-abe-twl6040: Device tree support
Date: Tue, 05 Jun 2012 15:46:26 +0300	[thread overview]
Message-ID: <4FCDFFA2.3060205@ti.com> (raw)
In-Reply-To: <1337169425-9449-1-git-send-email-peter.ujfalusi@ti.com>

Hi Mark, Liam,

On 05/16/2012 02:57 PM, Peter Ujfalusi wrote:

> Hello,
> 
> Changes since v1:
> - Binding docukentation updated with available pins and connectors
> - dts section for abe-twl6040 sound configuration has been changed


Can you take a look at patch 4 in this series?
The rest of the series has been already applied for 3.5 but the 4th one has
been missed.

Thank you,
Péter

> 
> Instead of dai link pairs only the nodes probed via DT have phandle:
> ti,mcpdm; ti,dmic, ti,twl6040.
> The driver in turn is responsible to handle the provided information.
> To provide dai link pairs (cpu dai - codec) we would need Linux (ASoC) specific
> nodes in DT for the dmic codec and twl6040 ASoC codec driver.
> 
> If the DT section have ti,dmic phandle the ASoC machine driver will register the
> device to load the ASoC dmic-codec runtime.
> 
> Example dts section for audio support (SDP4430):
> sound {
> 	compatible = "ti,abe-twl6040";
> 	ti,model = "SDP4430";
> 
> 	ti,jack-detection = <1>;
> 	ti,mclk-freq = <38400000>;
> 
> 	ti,mcpdm = <&mcpdm>;
> 	ti,dmic = <&dmic>;
> 
> 	ti,twl6040 = <&twl6040>;
> 
> 	/* Audio routing */
> 	ti,audio-routing =
> 		"Headset Stereophone", "HSOL",
> 		"Headset Stereophone", "HSOR",
> 		"Earphone Spk", "EP",
> 		"Ext Spk", "HFL",
> 		"Ext Spk", "HFR",
> 		"Line Out", "AUXL",
> 		"Line Out", "AUXR",
> 		"Vibrator", "VIBRAL",
> 		"Vibrator", "VIBRAR",
> 		"HSMIC", "Headset Mic",
> 		"Headset Mic", "Headset Mic Bias",
> 		"MAINMIC", "Main Handset Mic",
> 		"Main Handset Mic", "Main Mic Bias",
> 		"SUBMIC", "Sub Handset Mic",
> 		"Sub Handset Mic", "Main Mic Bias",
> 		"AFML", "Line In",
> 		"AFMR", "Line In",
> 		"DMic", "Digital Mic",
> 		"Digital Mic", "Digital Mic1 Bias";
> };
> 
> 
> Regards,
> Peter
> ---
> Peter Ujfalusi (4):
>   ASoC: omap-abe-twl6040: Keep only one snd_soc_dai_link structure
>   ASoC: omap-abe-twl6040: Move Digital Mic widget into dapm table
>   ASoC: omap-abe-twl6040: Introduce driver data for runtime parameters
>   ASoC: omap-abe-twl6040: Add device tree support
> 
>  .../devicetree/bindings/sound/omap-abe-twl6040.txt |   91 +++++++++
>  sound/soc/omap/omap-abe-twl6040.c                  |  195 ++++++++++++++------
>  2 files changed, 230 insertions(+), 56 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt
> 

  parent reply	other threads:[~2012-06-05 12:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-16 11:57 [PATCH v2 0/4] omap-abe-twl6040: Device tree support Peter Ujfalusi
2012-05-16 11:57 ` [PATCH v2 1/4] ASoC: omap-abe-twl6040: Keep only one snd_soc_dai_link structure Peter Ujfalusi
2012-05-16 11:57 ` [PATCH v2 2/4] ASoC: omap-abe-twl6040: Move Digital Mic widget into dapm table Peter Ujfalusi
2012-05-16 11:57 ` [PATCH v2 3/4] ASoC: omap-abe-twl6040: Introduce driver data for runtime parameters Peter Ujfalusi
2012-05-16 11:57 ` [PATCH v2 4/4] ASoC: omap-abe-twl6040: Add device tree support Peter Ujfalusi
2012-06-05 13:06   ` Peter Ujfalusi
2012-06-05 13:10     ` Mark Brown
2012-06-05 12:46 ` Peter Ujfalusi [this message]
2012-06-05 12:48   ` [PATCH v2 0/4] omap-abe-twl6040: Device " 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=4FCDFFA2.3060205@ti.com \
    --to=peter.ujfalusi@ti.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=b-cousson@ti.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=lrg@ti.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 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.