From: Clemens Ladisch <clemens@ladisch.de>
To: Radivoje Jovanovic <radivojejovanovic@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: ALSA throwing buffers away?
Date: Tue, 23 Nov 2010 18:03:01 +0100 [thread overview]
Message-ID: <4CEBF3C5.2050108@ladisch.de> (raw)
In-Reply-To: <AANLkTikppY6oP0Ha7_Hej9uNBubbOUs87cp85yq3SS-X@mail.gmail.com>
Radivoje Jovanovic wrote:
> I am developing driver for a really simple hardware. Hardware has codec that
> supports mono/stereo and the amplifier that supports only one speaker so the
> driver has to be mono driver and the codec is setup to manage mono data. I
> have setup ALSA with following parameters:
>
> .info = (SNDRV_PCM_INFO_NONINTERLEAVED |
Better use SNDRV_PCM_INFO_INTERLEAVED; this is the format used by almost
all (stereo) sound cards, and so it is expected even for mono files
(where there actually isn't any difference).
> after each buffer iteration ALSA skips the buffer length of the data?!
This might be a problem with the reporting of the DMA pointer.
Please explain (or show) how your DMA works and how the pointer callback
is implemented.
> I have tried SNDRV_PCM_INFO_INTERLEAVED with the same results (in this
> case ALSA will not even try to play stereo files using my mono driver).
When using the "default" or "plughw" device, alsa-lib will automatically
convert the sample format.
Regards,
Clemens
next prev parent reply other threads:[~2010-11-23 17:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-23 16:36 ALSA throwing buffers away? Radivoje Jovanovic
2010-11-23 17:03 ` Clemens Ladisch [this message]
2010-11-23 17:25 ` Radivoje Jovanovic
2010-11-23 17:40 ` Clemens Ladisch
2010-11-23 17:51 ` Radivoje Jovanovic
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=4CEBF3C5.2050108@ladisch.de \
--to=clemens@ladisch.de \
--cc=alsa-devel@alsa-project.org \
--cc=radivojejovanovic@gmail.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.