All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joonyoung Shim <jy0922.shim@samsung.com>
To: Jarkko Nikula <jhnikula@gmail.com>
Cc: alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com,
	peter.ujfalusi@nokia.com, kyungmin.park@samsung.com,
	bhmin@samsung.com
Subject: Re: [PATCH] ASoC: OMAP: Add checking to detect	bufferless pcms
Date: Wed, 22 Apr 2009 18:48:00 +0900	[thread overview]
Message-ID: <49EEE7D0.8070303@samsung.com> (raw)
In-Reply-To: <bd7b27490904220130g13602721u6ae4fd3dca21fde5@mail.gmail.com>

On 4/22/2009 5:30 PM, Jarkko Nikula wrote:
> On Wed, Apr 22, 2009 at 4:56 AM, Joonyoung Shim <jy0922.shim@samsung.com
> <mailto:jy0922.shim@samsung.com>> wrote:
> 
>     Add checking in hw_params and prepare to detect bufferless pcms(i.e. BT
>     <--> codec).
> 
>     Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com
>     <mailto:jy0922.shim@samsung.com>>
>     ---
>     쟳ound/soc/omap/omap-pcm.c |    9 ++++++++-
>      1 files changed, 8 insertions(+), 1 deletions(-)
> 
>     diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c
>     index 07cf7f4..6454e15 100644
>     --- a/sound/soc/omap/omap-pcm.c
>     +++ b/sound/soc/omap/omap-pcm.c
>     @@ -87,8 +87,10 @@ static int omap_pcm_hw_params(struct
>     snd_pcm_substream *substream,
>           쟳truct omap_pcm_dma_data *dma_data = rtd->dai->cpu_dai->dma_data;
>           쟧nt err = 0;
> 
>     +       /* return if this is a bufferless transfer e.g.
>     +        * codec <--> BT codec or GSM modem -- lg FIXME */
>           쟧f (!dma_data)
>     -               return -ENODEV;
>     +               return 0;
> 
> 
> I see exactly similar lines in s3c24xx-pcm.c but don't point now the use
> case where this is used and I don't have idea what is this all about.
> 
> Is this something where DAI driver or another end of connection is used
> to provide clocking and the whole setup is then controlled with ALSA PCM
> API? Somehow I have the feeling that would there be a better way to
> achieve it than with dummy bufferless transfer?

I tested this patch with the omap3 target having the twl4030 codec. The
twl4030 codec driver supports the voice DAI to transfer pcm data between
modem and codec, and i added for test the dummy voice DAI in machine
driver. To transfer pcm data at modem <--> codec doesn't need DMA.

> 
> 
> -- 
> Jarkko

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

      parent reply	other threads:[~2009-04-22  9:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-22  1:56 [PATCH] ASoC: OMAP: Add checking to detect bufferless pcms Joonyoung Shim
2009-04-22  8:30 ` Jarkko Nikula
2009-04-22  8:43   ` Mark Brown
2009-04-22  9:01     ` Jarkko Nikula
2009-04-22  9:26       ` Mark Brown
2009-04-22  9:42   ` Peter Ujfalusi
2009-04-22  9:48   ` Joonyoung Shim [this message]

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=49EEE7D0.8070303@samsung.com \
    --to=jy0922.shim@samsung.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=bhmin@samsung.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=jhnikula@gmail.com \
    --cc=kyungmin.park@samsung.com \
    --cc=peter.ujfalusi@nokia.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.