From: Steve Longerbeam <stevel@embeddedalley.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: "J. Scott Merritt" <alsauser@pragmasoft.com>,
alsa-devel@alsa-project.org
Subject: Re: non-interleaved mode
Date: Wed, 11 Jul 2007 09:23:12 -0700 [thread overview]
Message-ID: <469503F0.80706@embeddedalley.com> (raw)
In-Reply-To: <s5hps2zhxlb.wl%tiwai@suse.de>
Takashi Iwai wrote:
> At Wed, 11 Jul 2007 09:13:24 -0400,
> J. Scott Merritt wrote:
>
>> On Wed, 11 Jul 2007 10:47:56 +0200
>> Takashi Iwai <tiwai@suse.de> wrote:
>>
>>
>>> At Tue, 10 Jul 2007 11:08:01 -0700,
>>> Steve Longerbeam wrote:
>>>
>>>> Hi,
>>>>
>>>> The driver for the sound engine I'm working on requires NONINTERLEAVED.
>>>> Will ALSA core give my driver a full period of left-only samples,
>>>> followed by a full period of right-only samples? Or are left/right
>>>> samples split within a single period (ie. first half of period is left
>>>> samples, second half is right samples)?
>>>>
>>> The former case. The standard non-interleaved buffer consists of
>>> (the same buffer-size of) full-length of mono-streams.
>>>
>>>
>>> Takashi
>>>
>> Doesn't this depend upon the driver implementation ? IIRC, I tried to
>> request NON-INTERLEAVED on the PXA270 AC97 driver and it told me that
>> wasn't a permitted operation (one of the reasons that I needed to use
>> mmap access in SALSA-Lib).
>>
>
> The latter case, "multi-streams in each period" style, cannot be
> represented in ALSA API, more specifically, snd_pcm_channel_info
> struct. Thus, it has to be remapped virtually to the normal
> non-interleaved streams (each with full periods), or to avoid mmap and
> copy the data inside the driver.
>
> There is another COMPLEX_MMAP access type, but it's also for linear
> frames with constant increments, where each channel can be represented
> with snd_pcm_channel_info record. The "multi-streams in each period"
> is non-linear.
>
>
>
Last night I ran an experiment. I created a 16-bit stereo .wav file
with all left samples = 0x5555, and all right samples = 0xAAAA. I then
played the .wav using aplay, and just before trigger start in my driver
I searched the DMA buffer for the first occurrence of 0xAAAA. The right
samples didn't start until exactly half-way through the entire DMA buffer!
So now I'm confused, you say there should be one full period of left,
followed by one full period of right, but I'm observing that the whole
buffer is split in half, with the first half left, the second half
right. How did this happen? Is there any way for a driver to query ALSA
core about the non-interleaved layout of samples in memory?
I'm running 2.6.21.1 which is alsa-driver 1.0.14rc3, and I'm using
alsa-lib 1.0.14rc3 and alsa-utils 1.0.14rc2.
Steve
next prev parent reply other threads:[~2007-07-11 16:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-10 18:08 non-interleaved mode Steve Longerbeam
2007-07-11 8:47 ` Takashi Iwai
2007-07-11 13:13 ` J. Scott Merritt
2007-07-11 13:35 ` Takashi Iwai
2007-07-11 16:23 ` Steve Longerbeam [this message]
2007-07-11 17:44 ` Jaroslav Kysela
2007-07-11 18:12 ` Steve Longerbeam
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=469503F0.80706@embeddedalley.com \
--to=stevel@embeddedalley.com \
--cc=alsa-devel@alsa-project.org \
--cc=alsauser@pragmasoft.com \
--cc=tiwai@suse.de \
/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.