alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Nyffenegger <matthias.nyffenegger@bluewin.ch>
To: alsa-devel@alsa-project.org
Subject: alsa playback channel interleaving question
Date: Sun, 27 May 2007 22:36:10 +0200	[thread overview]
Message-ID: <4659EBBA.9050701@bluewin.ch> (raw)

Hi,

Earlier this year I wrote to this list:

> I am trying to write an alsa driver for my audiowerk8 soundcard.
> The aw8 uses a Philips saa7146 chipset. There are 2 capture and
> 8 playback channels mapped on the saa7146's DMA as follows:
> 
> DMA1: 2xcapture
> DMA2: 4xplayback
> DMA3: 4xplayback
> 
> Sample format is 16bit.
> 
> Frame format is as follows:
> (A number corresponds to a channel, a stereo channel-pair is embraced
> by [] and 1 digit corresponds to one sample byte)
> 
> capture channels [0,1] on DMA1:        00--11--
> playback channels [2,3],[4,5] on DMA2: 22443355
> playback channels [6,7],[8,9] on DMA3: 66887799

I tried to find a way to handle this in the card, but this special 
interleaving
for the playback channels is by hardware restriction and can't be worked 
around
in the soundcard itself.
AFAIK alsa provides the samples interleaved like 22334455 (66778899). To 
avoid
channel switching I guess some special processing in the alsa driver is 
required.
Where is this done best? Do I have to move around the samples in the 
interrupt
handler or does alsa provide some (possibly better) means to achive the 
correct
(for the soundcard) interleaving?

Regards, Matthias

                 reply	other threads:[~2007-05-27 20:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4659EBBA.9050701@bluewin.ch \
    --to=matthias.nyffenegger@bluewin.ch \
    --cc=alsa-devel@alsa-project.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).