All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: Laxman Dewangan <ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: "olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org"
	<olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
	"grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org"
	<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>,
	"lrg-l0cyMroinI0@public.gmane.org"
	<lrg-l0cyMroinI0@public.gmane.org>,
	"broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org"
	<broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>,
	"vinod.koul-VuQAYsv1563Yd54FQh9/CA@public.gmane.org"
	<vinod.koul-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
	"linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org"
	<linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
	<spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
	"alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org"
	<alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org>
Subject: Re: [PATCH 1/5] ARM: tegra: config: enable dmaengine based APB DMA driver
Date: Fri, 17 Aug 2012 09:17:55 -0600	[thread overview]
Message-ID: <502E60A3.1020405@wwwdotorg.org> (raw)
In-Reply-To: <502DE6FE.8040200-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

On 08/17/2012 12:38 AM, Laxman Dewangan wrote:
> On Thursday 16 August 2012 11:23 PM, Stephen Warren wrote:
>> On 08/16/2012 08:13 AM, Laxman Dewangan wrote:
>>> Enable config for dmaengine based Tegra APB DMA driver and
>>> disable the legacy APB DMA driver (SYSTEM_DMA).
>> Laxman, if I apply this series to next-20120816 (plus a few patches in
>> my local work branch plus the CPU hotplug patches from Joseph, although
>> I suspect none of that matters), then audio playback on Tegra20 is
>> broken; the pitch is far too high. Audio playback on Tegra30 works as
>> expected.
>
> I run the test again on ventana and did not see any issue.
> I play one song and saw similar behavior with/without this series.

OK, I'll test some other boards. I tested Whistler, although all the
clocking logic is identical between all Tegra20 boards.

> With this series:
> --------------------
> 
> ubuntu@tegra-ubuntu:/home$ aplay "1-04 Hungry Like The Wolf.wav"
> Playing WAVE '1-04 Hungry Like The Wolf.wav' : Signed 16 bit Little
> Endian, Rate
>  44100 Hz, Stereo
> underrun!!! (at least 5039.388 ms long)

Why are you getting all these underruns? I almost never see this, except
when something else is hammering the SD card containing the .wav file.
If I saw those, I'd count it as a test failure.

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Laxman Dewangan <ldewangan@nvidia.com>
Cc: "olof@lixom.net" <olof@lixom.net>,
	"grant.likely@secretlab.ca" <grant.likely@secretlab.ca>,
	"lrg@ti.com" <lrg@ti.com>,
	"broonie@opensource.wolfsonmicro.com" 
	<broonie@opensource.wolfsonmicro.com>,
	"vinod.koul@linux.intel.com" <vinod.koul@linux.intel.com>,
	"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"spi-devel-general@lists.sourceforge.net" 
	<spi-devel-general@lists.sourceforge.net>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: Re: [PATCH 1/5] ARM: tegra: config: enable dmaengine based APB DMA driver
Date: Fri, 17 Aug 2012 09:17:55 -0600	[thread overview]
Message-ID: <502E60A3.1020405@wwwdotorg.org> (raw)
In-Reply-To: <502DE6FE.8040200@nvidia.com>

On 08/17/2012 12:38 AM, Laxman Dewangan wrote:
> On Thursday 16 August 2012 11:23 PM, Stephen Warren wrote:
>> On 08/16/2012 08:13 AM, Laxman Dewangan wrote:
>>> Enable config for dmaengine based Tegra APB DMA driver and
>>> disable the legacy APB DMA driver (SYSTEM_DMA).
>> Laxman, if I apply this series to next-20120816 (plus a few patches in
>> my local work branch plus the CPU hotplug patches from Joseph, although
>> I suspect none of that matters), then audio playback on Tegra20 is
>> broken; the pitch is far too high. Audio playback on Tegra30 works as
>> expected.
>
> I run the test again on ventana and did not see any issue.
> I play one song and saw similar behavior with/without this series.

OK, I'll test some other boards. I tested Whistler, although all the
clocking logic is identical between all Tegra20 boards.

> With this series:
> --------------------
> 
> ubuntu@tegra-ubuntu:/home$ aplay "1-04 Hungry Like The Wolf.wav"
> Playing WAVE '1-04 Hungry Like The Wolf.wav' : Signed 16 bit Little
> Endian, Rate
>  44100 Hz, Stereo
> underrun!!! (at least 5039.388 ms long)

Why are you getting all these underruns? I almost never see this, except
when something else is hammering the SD card containing the .wav file.
If I saw those, I'd count it as a test failure.

  parent reply	other threads:[~2012-08-17 15:17 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-16 14:13 [PATCH 0/5] ARM: tegra: move all APB DMA client to dmaengine based driver Laxman Dewangan
2012-08-16 14:13 ` Laxman Dewangan
2012-08-16 14:13 ` Laxman Dewangan
     [not found] ` <1345126397-28864-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-08-16 14:13   ` [PATCH 1/5] ARM: tegra: config: enable dmaengine based APB DMA driver Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
     [not found]     ` <1345126397-28864-2-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-08-16 17:53       ` Stephen Warren
2012-08-16 17:53         ` Stephen Warren
     [not found]         ` <502D33B6.7070103-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-08-17  6:38           ` Laxman Dewangan
2012-08-17  6:38             ` Laxman Dewangan
     [not found]             ` <502DE6FE.8040200-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-08-17 15:17               ` Stephen Warren [this message]
2012-08-17 15:17                 ` Stephen Warren
     [not found]                 ` <502E60A3.1020405-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-08-17 17:34                   ` Stephen Warren
2012-08-17 17:34                     ` Stephen Warren
     [not found]                     ` <502E80BA.5020409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-08-17 18:00                       ` Laxman Dewangan
2012-08-17 18:00                         ` Laxman Dewangan
2012-08-16 14:13   ` [PATCH 2/5] ARM: tegra: dma: remove legacy " Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
2012-08-16 14:13   ` [PATCH 3/5] ARM: tegra: apbio: remove support of legacy DMA driver based access Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
2012-08-16 14:13   ` [PATCH 4/5] spi: tegra: " Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
     [not found]     ` <1345126397-28864-5-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-09-06 23:50       ` Stephen Warren
2012-09-06 23:50         ` Stephen Warren
2012-09-14 15:57         ` Mark Brown
     [not found]         ` <504936AF.8010701-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 15:57           ` Stephen Warren
2012-09-14 15:57             ` Stephen Warren
     [not found]             ` <505353FC.20505-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 16:02               ` Mark Brown
2012-09-14 16:02                 ` Mark Brown
2012-09-13 23:36       ` Stephen Warren
2012-09-13 23:36         ` Stephen Warren
2012-08-16 14:13   ` [PATCH 5/5] ASoC: " Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
2012-08-16 14:13     ` Laxman Dewangan
     [not found]     ` <1345126397-28864-6-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-09-06 23:50       ` Stephen Warren
2012-09-06 23:50         ` Stephen Warren
     [not found]         ` <504936D3.8030203-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 15:57           ` Stephen Warren
2012-09-14 15:57             ` Stephen Warren
     [not found]             ` <505353EF.7040904-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 16:08               ` Mark Brown
2012-09-14 16:08                 ` Mark Brown
2012-09-13 23:36       ` Stephen Warren
2012-09-13 23:36         ` Stephen Warren
     [not found]         ` <50526DFE.5030709-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 15:53           ` Mark Brown
2012-09-14 15:53             ` Mark Brown
     [not found]             ` <20120914155335.GB4684-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2012-09-14 16:00               ` Stephen Warren
2012-09-14 16:00                 ` Stephen Warren
2012-09-14 16:33                 ` Mark Brown
2012-09-14 16:33                   ` Mark Brown
2012-09-13 23:35   ` [PATCH 0/5] ARM: tegra: move all APB DMA client to dmaengine based driver Stephen Warren
2012-09-13 23:35     ` Stephen Warren

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=502E60A3.1020405@wwwdotorg.org \
    --to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
    --cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
    --cc=broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org \
    --cc=grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org \
    --cc=ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lrg-l0cyMroinI0@public.gmane.org \
    --cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=vinod.koul-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    /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.