All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
To: Kevin Startup <kevin@awcsl.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: Re: ALSA SOC Driver (mxs-wm8753)
Date: Fri, 18 Jul 2014 11:53:23 +0100	[thread overview]
Message-ID: <20140718105323.GB12049@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <d387ffb22ab74e87aff415badb8b4dca@DB4PR07MB252.eurprd07.prod.outlook.com>

On Fri, Jul 18, 2014 at 10:14:16AM +0000, Kevin Startup wrote:
> That's great info, thanks very much.  My DT looks like this, inside sound{} I have:
> 
> compatible = "fs,imx28-tx28-wm8753", "fsl,mxs-audio-wm8753";
> model = "wm8753";
> saif-controllers = <&saif0 &saif1>;
> audio-controllers = <&i2c0>;
> audio-code = <&wm8753>;
> 
> Inside i2c0{} I have:
> 
> wm8753: wm8753@1a {
>     Compatible = "wlf,wm8753";
>     reg = <0x1a>;
> 
> I have tried changing model to "wm8753-voice" but still get the same error.
> 
> Am I changing it in the wrong place?  Or do I need another setting?
> 
> I'm very much a beginner at this DT stiff and also configuring and using sound devices so any info you can supply will be of great help.

How exactly the DT needs to be specified depends on the machine
driver, as it will be what parses the sound node. I would assume
that you are writing this as well? Whatever in there is setting
the codec_dai_name on the dai_link seems to be setting the wrong
value.

Thanks,
Charles

  reply	other threads:[~2014-07-18 11:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-15  9:14 ALSA SOC Driver (mxs-wm8753) Kevin Startup
2014-07-18  8:44 ` Charles Keepax
2014-07-18 10:14   ` Kevin Startup
2014-07-18 10:53     ` Charles Keepax [this message]
2014-07-18 13:02       ` Kevin Startup
2014-07-18 14:28         ` Charles Keepax
2014-07-23  8:40           ` Kevin Startup
  -- strict thread matches above, loose matches on Subject: below --
2013-03-04 18:25 John Graham
2013-04-29 20:41 ` 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=20140718105323.GB12049@opensource.wolfsonmicro.com \
    --to=ckeepax@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=kevin@awcsl.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.