public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
From: Lars-Peter Clausen <lars@metafoo.de>
To: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>,
	zhuzhenhua@allwinnertech.com, Mark Brown <broonie@kernel.org>,
	kevin.z.m.zh@gmail.com, sunny@allwinnertech.com,
	shuge@allwinnertech.com
Subject: Re: integration into ASoC
Date: Fri, 07 Mar 2014 18:12:33 +0100	[thread overview]
Message-ID: <5319FE01.3070909@metafoo.de> (raw)
In-Reply-To: <20140307165335.GT607@lukather>

On 03/07/2014 05:53 PM, Maxime Ripard wrote:
> Hi Liam, Mark,
>
> I have a sound IP that is part of an SoC that I'm willing to write a
> driver for.

Which SoC is this?

>
> This IP is made of a few registers to control the sampling rate, if
> we're using mono/stereo, plus two fifos, one for playback, one for
> capture, that can be seed with data. The data are then taken, go
> through a DAC, and the outer interface of the IP are directly analog
> signals (so the DAC/ADC are directly in the SoC, and the only
> interface we have is plain registers).
>
>  From what I understood from ASoC, you have mostly three components,
> the DAI, the codec and the platform that plumbers the two first
> together. Here, my understanding is that it's pretty much the whole
> three in a single IP.

The platform component usually takes care of transferring data from memory 
to your IP. It sounds as if this is still separate on your platform. Quite 
possibly you can use the generic dmaengine PCM driver. Right now ASoC 
expects you to specify a DAI link for a PCM device. The DAI link connects 
the DAIs of two components typically the SoC side and a external CODEC. In 
your case you do not have the external CODEC. You can solve this by using a 
dummy CODEC or splitting things up and register both the CODEC and the CPU 
DAI from the same driver.

But I'm currently working on a patchset that will eventually allow these 
kind of devices to be supported more naturally. It will allow to register 
them as one component that won't need the CODEC component to work.

>
> Should such a hardware block be handled into ASoC, and if yes, how?
> If not, which other framework should be used?

It makes sense to use ASoC if there are components where the driver can be 
shared e.g. the DMA in your case. Otherwise you can also use plain old ALSA.

- Lars

  reply	other threads:[~2014-03-07 17:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-07 16:53 integration into ASoC Maxime Ripard
2014-03-07 17:12 ` Lars-Peter Clausen [this message]
2014-03-09  7:48   ` Mark Brown
2014-03-10 10:11     ` Maxime Ripard
2014-03-10  9:50   ` Maxime Ripard
2014-03-10 10:15     ` Lars-Peter Clausen
2014-03-10 16:43       ` Maxime Ripard
2014-03-10 17:23         ` Lars-Peter Clausen

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=5319FE01.3070909@metafoo.de \
    --to=lars@metafoo.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kevin.z.m.zh@gmail.com \
    --cc=lgirdwood@gmail.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=shuge@allwinnertech.com \
    --cc=sunny@allwinnertech.com \
    --cc=zhuzhenhua@allwinnertech.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