From: Raymond <rayau@netvigator.com>
To: alsa-devel@lists.sourceforge.net
Subject: Re: alsa dma transfer
Date: Sat, 09 Jul 2005 00:24:38 +0800 [thread overview]
Message-ID: <42CEA8C6.4060606@netvigator.com> (raw)
In-Reply-To: <s5hzmt1e6r9.wl%tiwai@suse.de>
Takashi Iwai wrote:
> At Tue, 05 Jul 2005 20:26:49 +0800,
> Raymond wrote:
>
>>Takashi Iwai wrote:
>>
>>>At Wed, 29 Jun 2005 20:33:22 +0800,
>>>Raymond wrote:
>>>
>>>
>>>Depends. The emu10k1 doesn't align to 4k boundary but just
>>>split to different pages since emu10k1 has its own TLB.
>>>
>>
#define get_aligned_page(offset) ((offset) >> PAGE_SHIFT)
#define aligned_page_offset(page) ((page) << PAGE_SHIFT)
The au88x0 driver use Scatter-Gather
How to define set_ptb_entry(vortex,page,addr) for au88x0 ?
>
>
> snd_util_mem_*() are helper functions to manage the memory blocks
> _virtually_. It doesn't allocate any memory block by itself but just
> allocates a metadata for the memory block. That is, it doesn't matter
> whether the real memory block is stored as SG-buffer or not. util_mem
> handles only virtually linear buffer.
>
>
Do the driver allocated all the memory block when the driver is loaded
or the soundfonts is loaded ? (kcalloc)
What is the purpose of allocating snd_dma_buffer in synth_alloc_pages() ?
Is the use of set_silent_ptb() hardware specific ?
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
next prev parent reply other threads:[~2005-07-08 16:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-29 6:35 alsa dma transfer Tehn-Yit Chin
2005-06-29 7:21 ` Lee Revell
2005-06-29 9:26 ` Takashi Iwai
2005-06-29 12:33 ` Raymond
2005-06-29 13:40 ` Takashi Iwai
2005-07-05 12:26 ` Raymond
2005-07-05 13:12 ` Takashi Iwai
2005-07-05 15:58 ` Raymond
2005-07-08 16:24 ` Raymond [this message]
2005-07-27 9:08 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2005-06-29 12:53 Tehn-Yit Chin
2005-06-29 13:34 ` Takashi Iwai
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=42CEA8C6.4060606@netvigator.com \
--to=rayau@netvigator.com \
--cc=alsa-devel@lists.sourceforge.net \
/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.