From: Takashi Iwai <tiwai@suse.de>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linuxppc-dev list <linuxppc-dev@ozlabs.org>,
alsa-devel@alsa-project.org, Paul Mackerras <paulus@samba.org>,
benjamin@sipsolutions.net
Subject: Re: [PATCH] aoa i2sbus: Stop Apple i2s DMA gracefully
Date: Thu, 08 Feb 2007 15:07:44 +0100 [thread overview]
Message-ID: <s5hireclp3j.wl%tiwai@suse.de> (raw)
In-Reply-To: <1170940357.4385.46.camel@johannes.berg>
At Thu, 08 Feb 2007 14:12:37 +0100,
Johannes Berg wrote:
>
> From: Paul Mackerras <paulus@samba.org>
>
> This fixes the problem of getting extra bytes inserted at the
> beginning of a recording when using the Apple i2s interface and DBDMA
> controller. It turns out that we can't just abort the DMA; we have to
> let it stop at the end of a command, and then wait for the S7 bit to
> be set before turning off the DBDMA controller. Doing that for
> playback doesn't seem to be necessary, but doesn't hurt either.
>
> We use the technique used by the Darwin driver: make each transfer
> command branch to a stop command if the S0 status bit is set. Thus we
> can ask the DMA controller to stop at the end of the current command
> by setting S0.
>
> The interrupt routine now looks at and clears the status word of the
> DBDMA command ring. This is necessary so it can know when the DBDMA
> controller has seen that S0 is set, and so when it should look for the
> DBDMA controller being stopped and S7 being set. This also ended up
> simplifying the calculation in i2sbus_pcm_pointer.
>
> Tested on a 15 inch albook.
>
> Signed-off-by: Paul Mackerras <paulus@samba.org>
>
> I modified this patch and added the suspend/resume bits to it to get my
> powermac into a decent state when playing sound across suspend to disk
> that has a different bitrate from what the firmware programs the
> hardware to.
>
> I also added the SNDRV_PCM_INFO_JOINT_DUPLEX flag because it seemed the
> right thing to do and I was looking at the info stuff.
>
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Thanks, applied to ALSA tree now. Should be merged to 2.6.21.
Takashi
prev parent reply other threads:[~2007-02-08 14:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <17732.11228.441627.300383@cargo.ozlabs.ibm.com>
2007-02-08 13:12 ` [PATCH] aoa i2sbus: Stop Apple i2s DMA gracefully Johannes Berg
2007-02-08 14:07 ` Takashi Iwai [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=s5hireclp3j.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=benjamin@sipsolutions.net \
--cc=johannes@sipsolutions.net \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.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