mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Felipe Ferreri Tonello <eu@felipetonello.com>
To: Rob Herring <robh@kernel.org>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Takashi Iwai <tiwai@suse.com>
Subject: Re: [PATCH] ASoC: fsl: add imx-cs427x machine driver
Date: Tue, 26 Jan 2016 09:43:58 +0000	[thread overview]
Message-ID: <56A73FDE.2060607@felipetonello.com> (raw)
In-Reply-To: <20160126022948.GA21187@rob-hp-laptop>

[-- Attachment #1: Type: text/plain, Size: 3122 bytes --]

Hi Rob,

On 26/01/16 02:29, Rob Herring wrote:
> On Mon, Jan 25, 2016 at 05:53:23PM +0000, Felipe F. Tonello wrote:
>> This is the initial imx-cs427x device-tree-only machine driver working with
>> fsl_ssi driver. More features can be added on top of it later.
>>
>> Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
>> ---
>>  .../devicetree/bindings/sound/imx-audio-cs427x.txt |  47 +++++
>>  sound/soc/fsl/Kconfig                              |  12 ++
>>  sound/soc/fsl/Makefile                             |   2 +
>>  sound/soc/fsl/imx-cs427x.c                         | 218 +++++++++++++++++++++
>>  4 files changed, 279 insertions(+)
>>  create mode 100644 Documentation/devicetree/bindings/sound/imx-audio-cs427x.txt
>>  create mode 100644 sound/soc/fsl/imx-cs427x.c
>>
>> diff --git a/Documentation/devicetree/bindings/sound/imx-audio-cs427x.txt b/Documentation/devicetree/bindings/sound/imx-audio-cs427x.txt
>> new file mode 100644
>> index 000000000000..295f60b19418
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/sound/imx-audio-cs427x.txt
>> @@ -0,0 +1,47 @@
>> +Freescale i.MX audio complex with CS4271 or CS4272 codec
> 
> Do all the i.MX audio bindings really vary more that the codec? Seems 
> like a lot of duplication.

I agree, but that how it is today. These platform drivers for imx are
similar but not identical. Looking at them I would guess that they have
50 to 60% of duplicated code.

I believe we can add this driver and work on re-using the code on a
future series of patches.

> 
>> +
>> +Required properties:
>> +
>> +  - compatible		: "fsl,imx-audio-cs427x"
>> +
>> +  - model		: The user-visible name of this sound complex
>> +
>> +  - ssi-controller	: The phandle of the i.MX SSI controller
>> +
>> +  - audio-codec	: The phandle of the CS4271 audio codec
>> +
>> +  - audio-routing	: A list of the connections between audio components.
>> +			  Each entry is a pair of strings, the first being the
>> +			  connection's sink, the second being the connection's
>> +			  source. Valid names could be power supplies, CS427x
>> +			  pins, and the jacks on the board:
>> +
>> +			  Board connectors:
>> +			   * Mic Jack
>> +			   * Headphone Jack
> 
> This should be an exact list of possible strings and valid combinations.

This is the exact list for this version of this driver. At least that is
what I can verify on my hardware (custom build).

> 
>> +  - mux-int-port	: The internal port of the i.MX audio muxer (AUDMUX)
>> +
>> +  - mux-ext-port	: The external port of the i.MX audio muxer
>> +
>> +Note: The AUDMUX port numbering should start at 1, which is consistent with
>> +hardware manual.
>> +
>> +Example:
>> +
>> +sound {
>> +	compatible = "fsl,imx6-rex-cs427x",
>> +		"fsl,imx-audio-cs427x";
>> +	model = "audio-cs427x";
>> +	ssi-controller = <&ssi1>;
>> +	audio-codec = <&cs4271>;
>> +	audio-routing =
>> +		"Mic Jack", "AINA",
>> +		"Mic Jack", "AINB",
>> +		"Headphone Jack", "AOUTA+",
>> +		"Headphone Jack", "AOUTA-",
>> +		"Headphone Jack", "AOUTB+",
>> +		"Headphone Jack", "AOUTB-";
>> +	mux-int-port = <1>;
>> +	mux-ext-port = <3>;
>> +};

Felipe

[-- Attachment #2: 0x92698E6A.asc --]
[-- Type: application/pgp-keys, Size: 7310 bytes --]

  reply	other threads:[~2016-01-26  9:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 17:53 Felipe F. Tonello
2016-01-26  2:29 ` Rob Herring
2016-01-26  9:43   ` Felipe Ferreri Tonello [this message]
2016-01-26  9:47     ` Fabio Estevam
2016-01-26 11:01       ` Felipe Ferreri Tonello
2016-01-26 11:05         ` Fabio Estevam
2016-01-26 17:42           ` Nicolin Chen
2016-01-31 13:28         ` Fabio Estevam
2016-01-26 11:50     ` Mark Brown
2016-01-26 15:50     ` Rob Herring
2016-01-26 16:03       ` 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=56A73FDE.2060607@felipetonello.com \
    --to=eu@felipetonello.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=tiwai@suse.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

Powered by JetHome